chore: cleanup unneed patch

This commit is contained in:
wwqgtxx
2023-10-22 18:15:31 +08:00
parent f2857b3243
commit 5cca3569e9
7 changed files with 0 additions and 135 deletions

View File

@@ -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)
}