mirror of
https://github.com/casjaysdevdocker/tor
synced 2025-05-11 08:11:20 -04:00
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
23 lines
511 B
Plaintext
23 lines
511 B
Plaintext
server:
|
|
directory: "/etc/unbound"
|
|
do-udp: yes
|
|
do-tcp: yes
|
|
interface: 0.0.0.0
|
|
interface: ::0
|
|
interface-automatic: yes
|
|
interface-automatic-ports: "53 9053"
|
|
access-control: 0.0.0.0/0 allow
|
|
access-control: ::/0 allow
|
|
domain-insecure: "onion"
|
|
private-domain: "onion"
|
|
do-not-query-localhost: no
|
|
local-zone: "onion." nodefault
|
|
|
|
forward-zone:
|
|
name: "onion"
|
|
forward-addr: 127.0.0.1@8053
|
|
forward-zone:
|
|
name: "."
|
|
forward-addr:
|
|
forward-addr: 1.1.1.1
|