Chore: some chores

This commit is contained in:
Dreamacro
2021-04-05 13:31:10 +08:00
parent 42e21b3733
commit 3aefa1d924
4 changed files with 3 additions and 4 deletions

View File

@ -75,5 +75,5 @@ func handleRedirUDP(pc net.PacketConn, buf []byte, lAddr *net.UDPAddr, rAddr *ne
lAddr: lAddr,
buf: buf,
}
tunnel.AddPacket(adapters.NewPacket(target, pkt, C.REDIR))
tunnel.AddPacket(adapters.NewPacket(target, pkt, C.TPROXY))
}