chore: cleanup unneed patch
This commit is contained in:
@@ -83,11 +83,5 @@ func closeAllLocalCoon(lAddr string) {
|
||||
}
|
||||
|
||||
func handleSocket(ctx C.ConnContext, outbound net.Conn) {
|
||||
left := unwrap(ctx.Conn())
|
||||
right := unwrap(outbound)
|
||||
|
||||
if relayHijack(left, right) {
|
||||
return
|
||||
}
|
||||
N.Relay(ctx.Conn(), outbound)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user