code cleanup

This commit is contained in:
octeep 2022-10-07 13:51:24 +01:00 committed by octeep
parent bffb13f4c3
commit e9714bde99

View file

@ -27,8 +27,6 @@ type NatEntry struct {
conn *gonet.UDPConn
}
var unspecifiedIP = make([]byte, 16)
func (d *VirtualTun) connect(w io.Writer, r *socks5.Request) (net.Conn, error) {
if socks5.Debug {
log.Println("Call:", r.Address())