mirror of
https://github.com/cwinfo/yggdrasil-go.git
synced 2024-11-09 16:20:26 +00:00
fix logging for socks
This commit is contained in:
parent
eeadffe4a5
commit
91235980af
@ -277,7 +277,7 @@ func (t *tcp) call(saddr string, options tcpOptions, sintf string) {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
t.waitgroup.Add(1)
|
t.waitgroup.Add(1)
|
||||||
options.socksPeerAddr = conn.RemoteAddr().String()
|
options.socksPeerAddr = saddr
|
||||||
if ch := t.handler(conn, false, options); ch != nil {
|
if ch := t.handler(conn, false, options); ch != nil {
|
||||||
<-ch
|
<-ch
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user