From fab5143cb166b6dc8ba78ec8a48aed83e3b2f31a Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Wed, 29 Aug 2018 08:29:33 -0400 Subject: [PATCH] readme --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..26ec8be --- /dev/null +++ b/README.md @@ -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