v2
kzkzzzz 2023-01-18 14:33:39 +08:00
parent f5ce40eef7
commit ab4b6d94b7
1 changed files with 1 additions and 1 deletions

View File

@ -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)