mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
commit
This commit is contained in:
parent
3cde052a58
commit
bbb64fb406
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ func NewHTTP2HTTPSPlugin(params map[string]string) (Plugin, error) {
|
|||
}
|
||||
|
||||
if localAddr == "" {
|
||||
return nil, fmt.Errorf("plugin_local_addr is required")
|
||||
return nil, fmt.Errorf("plugin_local_addr is require")
|
||||
}
|
||||
|
||||
listener := NewProxyListener()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue