From 0aab030a0573bfb6862c2be8f2e0436a5fa0b089 Mon Sep 17 00:00:00 2001 From: Andrey Arapov Date: Thu, 24 Mar 2016 23:34:08 +0100 Subject: [PATCH] Tor is in place --- Dockerfile | 3 ++- README.md | 16 ++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 49342f7..760dfe1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,8 @@ RUN adduser -D -u $UID -h $HOME -s /bin/true $USER # Optionall you may want to enable Tor in order to anonymize the traffic RUN apk add tor@testing -RUN echo -e "ControlPort 9051" > /etc/tor/torrc +RUN echo -e "ControlPort 9051\nSocksListenAddress 0.0.0.0" > /etc/tor/torrc +# RUN echo -e "ControlPort 9051" > /etc/tor/torrc # RUN echo -e "ControlPort 9051\nCookieAuthentication 1" > /etc/tor/torrc # RUN adduser $USER tor diff --git a/README.md b/README.md index 11bb67f..976b955 100644 --- a/README.md +++ b/README.md @@ -38,3 +38,19 @@ If you wish to build the image ``` docker build -t my/zeronet . ``` + + +Tor proxy +--------- + +Additionally you can use this zeronet container as Tor proxy. + +Firefox configuration +``` +Manual proxy configuration +SOCKS Host: zeronet +SOCKS Port: 9050 +SOCKS version: v5 +[x] Remote DNS +No Proxy for: localhost, 127.0.0.1, zeronet +```