Tor is in place

master
Andy 8 years ago
parent 82ba7de521
commit 0aab030a05
Signed by: arno
GPG Key ID: 368DDA2E9A471EAC

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

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

Loading…
Cancel
Save