Tor is in place

This commit is contained in:
Andy 2016-03-24 23:34:08 +01:00
parent 82ba7de521
commit 0aab030a05
Signed by: arno
GPG Key ID: 368DDA2E9A471EAC
2 changed files with 18 additions and 1 deletions

View File

@ -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

View File

@ -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
```