mirror of
https://github.com/whyvl/wireproxy.git
synced 2025-04-29 19:01:42 +02:00
code cleanup
This commit is contained in:
parent
bffb13f4c3
commit
e9714bde99
1 changed files with 0 additions and 2 deletions
|
@ -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())
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue