mirror of
https://github.com/fphammerle/docker-tor-proxy.git
synced 2025-10-27 02:43:35 +01:00
fix DNS port in readme & sample playbook
This commit is contained in:
@@ -7,7 +7,7 @@ signed tags: https://github.com/fphammerle/docker-tor-proxy/tags
|
||||
```sh
|
||||
$ docker run --rm --name tor-proxy \
|
||||
-p 127.0.0.1:9050:9050/tcp \
|
||||
-p 127.0.0.1:53:53/udp \
|
||||
-p 127.0.0.1:53:9053/udp \
|
||||
fphammerle/tor-proxy
|
||||
```
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
purge_networks: yes
|
||||
ports:
|
||||
- '127.0.0.1:9050:9050/tcp'
|
||||
- '127.0.0.1:53:53/udp'
|
||||
- '127.0.0.1:53:9053/udp'
|
||||
restart_policy: unless-stopped
|
||||
memory: 128M
|
||||
- iptables:
|
||||
|
||||
Reference in New Issue
Block a user