mirror of
https://github.com/casjaysdevdocker/tor
synced 2025-09-17 21:57:47 -04:00
🗃️ Committing everything that changed 🗃️
rootfs/tmp/etc/nginx/nginx.conf rootfs/tmp/etc/nginx/vhosts.d/ rootfs/tmp/etc/unbound/unbound.conf rootfs/usr/local/etc/docker/init.d/03-tor-server.sh rootfs/usr/local/etc/docker/init.d/zz-nginx.sh rootfs/usr/share/httpd/default/hidden_service.html
This commit is contained in:
@@ -5,7 +5,7 @@ server:
|
||||
interface: 0.0.0.0
|
||||
interface: ::0
|
||||
interface-automatic: yes
|
||||
interface-automatic-ports: "53 8053"
|
||||
interface-automatic-ports: "53 9053"
|
||||
access-control: 0.0.0.0/0 allow
|
||||
access-control: ::/0 allow
|
||||
domain-insecure: "onion"
|
||||
@@ -18,4 +18,5 @@ forward-zone:
|
||||
forward-addr: 127.0.0.1@8053
|
||||
forward-zone:
|
||||
name: "."
|
||||
forward-addr:
|
||||
forward-addr: 1.1.1.1
|
||||
|
Reference in New Issue
Block a user