chore: better tfo inbound code
This commit is contained in:
@ -32,7 +32,7 @@ func New(config string, in chan<- C.ConnContext) (*Listener, error) {
|
||||
log.Errorln("invalid target address %q", target)
|
||||
return
|
||||
}
|
||||
l, err := net.Listen("tcp", addr)
|
||||
l, err := inbound.Listen("tcp", addr)
|
||||
if err != nil {
|
||||
return
|
||||
}
|
||||
|
Reference in New Issue
Block a user