2018-08-29 05:29:33 -07:00
|
|
|
# fedproxy
|
|
|
|
|
2020-04-13 12:36:13 -07:00
|
|
|
routes `.onion` and clearnet domains over tor, `.i2p` domains over i2p, and `.loki` domains over lokinet if it's configured.
|
2018-08-29 05:29:33 -07:00
|
|
|
|
|
|
|
building:
|
|
|
|
|
|
|
|
$ go get -u github.com/majestrate/fedproxy
|
|
|
|
$ cp $(GOPATH)/bin/fedproxy /usr/local/bin/fedproxy
|
|
|
|
|
|
|
|
usage:
|
|
|
|
|
2020-04-13 12:36:13 -07:00
|
|
|
$ fedproxy socks 127.0.0.1:2000 127.0.0.1:9050 127.0.0.1:4447
|
2018-08-29 05:29:33 -07:00
|
|
|
|
2020-04-13 12:36:13 -07:00
|
|
|
then use socks proxy at `127.0.0.1:2000`
|