Tor is in place
This commit is contained in:
parent
82ba7de521
commit
0aab030a05
@ -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
|
||||
|
||||
|
16
README.md
16
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
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user