Fix(socks5): fully udp associate support (#233)
This commit is contained in:
@ -103,7 +103,6 @@ func updateGeneral(general *config.General) {
|
||||
T.Instance().SetMode(general.Mode)
|
||||
|
||||
allowLan := general.AllowLan
|
||||
|
||||
P.SetAllowLan(allowLan)
|
||||
|
||||
if err := P.ReCreateHTTP(general.Port); err != nil {
|
||||
|
Reference in New Issue
Block a user