Fix: socks inbound packet typo
This commit is contained in:
parent
b926902a22
commit
b29ea418cb
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ func handleSocksUDP(pc net.PacketConn, in chan<- *inbound.PacketAdapter, buf []b
|
||||||
bufRef: buf,
|
bufRef: buf,
|
||||||
}
|
}
|
||||||
select {
|
select {
|
||||||
case in <- inbound.NewPacket(target, packet, C.TPROXY):
|
case in <- inbound.NewPacket(target, packet, C.SOCKS):
|
||||||
default:
|
default:
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue