cybozu-go / transocks

Transparent SOCKS5 / HTTP proxy in Go
MIT License
467 stars 61 forks source link

Add support for connecting on Unix Sockets #19

Open phantomcraft opened 4 years ago

phantomcraft commented 4 years ago

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 veth pairs.

This little program could serve as a basis: https://github.com/porty/unix-to-tcp/blob/master/main.go