HTTP/SOCKS proxy for darknet federation. Fork of https://github.com/majestrate/fedproxy.
Go to file
Jeff Becker 85e6297f4c
actually enable i2p
2018-09-01 07:26:00 -04:00
vendor/socks5 more 2018-08-29 08:25:27 -04:00
.gitignore initial 2018-08-29 08:06:07 -04:00
README.md readme 2018-08-29 08:29:33 -04:00
main.go actually enable i2p 2018-09-01 07:26:00 -04:00

README.md

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