Allow multiple sub sections for tcp/udp server
This commit is contained in:
parent
b827fbcb5b
commit
2248965b0d
@ -409,7 +409,7 @@ func (ctl *Control) RegisterProxy(pxyMsg *msg.NewProxy, token string) (remoteAdd
|
||||
}()
|
||||
}
|
||||
|
||||
remoteAddr, err = pxy.Run() // g.GlbServerSubSectionMap[ctl.section].Token
|
||||
remoteAddr, err = pxy.Run()
|
||||
if err != nil {
|
||||
return
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user