HTTP/SOCKS proxy for darknet federation. Fork of https://github.com/majestrate/fedproxy.
Go to file
Kay Faraday a68b2c2ddc use clearnet by default instead of tor 2021-07-28 04:19:11 +00:00
internal/socks5 * add go module 2020-04-13 15:36:13 -04:00
.gitignore * add go module 2020-04-13 15:36:13 -04:00
README.md * add go module 2020-04-13 15:36:13 -04:00
go.mod * add go module 2020-04-13 15:36:13 -04:00
go.sum * add go module 2020-04-13 15:36:13 -04:00
main.go use clearnet by default instead of tor 2021-07-28 04:19:11 +00:00

README.md

fedproxy

routes .onion and clearnet domains over tor, .i2p domains over i2p, and .loki domains over lokinet if it's configured.

building:

 $ go get -u github.com/majestrate/fedproxy
 $ cp $(GOPATH)/bin/fedproxy /usr/local/bin/fedproxy

usage:

 $ fedproxy socks 127.0.0.1:2000 127.0.0.1:9050 127.0.0.1:4447

then use socks proxy at 127.0.0.1:2000