transocks
transocks copied to clipboard
Transparent SOCKS5 / HTTP proxy in Go
Hi, See my network topology shown below: ``` werner@X10DAi-01:~$ route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 0.0.0.0 192.168.0.1 0.0.0.0 UG 100 0 0...
I never found any transparent forwarder with IPv6, HTTP and Unix Sockets in the same app, that's why I'm requesting this. It would be useful for isolated network namespaces without...
As transocks might be used in an environment where use of a proxy is mandatory, getting the go toolchain installed, setting up the project and compile a binary are steps...
Go 1.9 adds [TCPConn.SyscallConn](https://golang.org/doc/go1.9#net) to make it possible to invoke arbitrary syscalls on the underlying file descriptor. We should replace the current hack with this, at least for Go 1.9+.