mirror of
https://github.com/xjasonlyu/tun2socks.git
synced 2025-10-20 15:35:45 +08:00
reverse last debug commit
This commit is contained in:
@@ -40,7 +40,6 @@ func (h *tcpHandler) relay(localConn, remoteConn net.Conn) {
|
||||
|
||||
// Close
|
||||
defer func() {
|
||||
log.Warnf("relay close")
|
||||
localConn.Close()
|
||||
remoteConn.Close()
|
||||
}()
|
||||
|
Reference in New Issue
Block a user