code cleanup
This commit is contained in:
@@ -27,8 +27,6 @@ type NatEntry struct {
|
|||||||
conn *gonet.UDPConn
|
conn *gonet.UDPConn
|
||||||
}
|
}
|
||||||
|
|
||||||
var unspecifiedIP = make([]byte, 16)
|
|
||||||
|
|
||||||
func (d *VirtualTun) connect(w io.Writer, r *socks5.Request) (net.Conn, error) {
|
func (d *VirtualTun) connect(w io.Writer, r *socks5.Request) (net.Conn, error) {
|
||||||
if socks5.Debug {
|
if socks5.Debug {
|
||||||
log.Println("Call:", r.Address())
|
log.Println("Call:", r.Address())
|
||||||
|
|||||||
Reference in New Issue
Block a user