update
parent
f5ce40eef7
commit
ab4b6d94b7
|
@ -43,7 +43,7 @@ func proxyTcp(conn net.Conn, item ProxyItem) {
|
|||
remoteConn, err := net.Dial("tcp", addr)
|
||||
if err != nil {
|
||||
mylog.Errorf("connect remote err: %s\n", err)
|
||||
return::
|
||||
return
|
||||
}
|
||||
|
||||
mylog.Infof("connect remote %s", addr)
|
||||
|
|
Loading…
Reference in New Issue