This commit is contained in:
Jeff Becker 2018-08-29 08:29:33 -04:00
parent 491274ab3f
commit fab5143cb1
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05
1 changed files with 18 additions and 0 deletions

18
README.md Normal file
View File

@ -0,0 +1,18 @@
# fedproxy
socks proxy that reroutes onion and i2p tlds to their own socks proxies while passing through all other tlds
building:
$ go get -u github.com/majestrate/fedproxy
$ cp $(GOPATH)/bin/fedproxy /usr/local/bin/fedproxy
usage:
(just onion)
$ fedproxy 127.0.0.1:2000 127.0.0.1:9050
(onion + i2pd)
$ fedproxy 127.0.0.1:2000 127.0.0.1:9050 127.0.0.1:4447