This commit is contained in:
ginuerzh
2022-01-28 11:57:26 +08:00
parent 397a13bcdb
commit b2b76a10a0
6 changed files with 54 additions and 105 deletions

View File

@ -21,7 +21,7 @@ func (c *socks5Connector) Bind(ctx context.Context, conn net.Conn, network, addr
"network": network,
"address": address,
})
log.Infof("bind: %s/%s", address, network)
log.Infof("bind on %s/%s", address, network)
options := connector.BindOptions{}
for _, opt := range opts {