HTTP/SOCKS proxy for darknet federation. Fork of https://github.com/majestrate/fedproxy.
Go to file
Kay Faraday a4e2d55f63 update README 2021-08-11 10:53:36 -07: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 update README 2021-08-11 10:53:36 -07:00
go.mod update deps 2021-07-28 04:41:06 +00:00
go.sum update deps 2021-07-28 04:41:06 +00:00
main.go remove a debug print 2021-07-28 04:22:28 +00:00

README.md

fedproxy

routes .onion domains over tor, .i2p domains over i2p,, .loki domains over lokinet, and clearnet over the clearnet

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