wirez
wirez copied to clipboard
redirect all TCP/UDP traffic of any program to SOCKS5 proxy
This PR upgrades gvisor and fixes the issues outlined in #18.
gVisor has changed its API, and the program doesn't build anymore: ``` ubuntu@server:~/wirez$ go build package github.com/v-byte-cpu/wirez imports github.com/v-byte-cpu/wirez/command imports github.com/v-byte-cpu/wirez/pkg/connect imports gvisor.dev/gvisor/pkg/tcpip imports gvisor.dev/gvisor/pkg/atomicbitops imports gvisor.dev/gvisor/pkg/cpuid imports gvisor.dev/gvisor/pkg/state imports...
while the socks5 does not support UDP port , how does wirez to forward DNS request to the proxy server via TCP? thanks
Is there any chance of it working on modern (13-ish) android?