mirror of
https://github.com/casjaysdevdocker/tor
synced 2025-01-31 00:34:22 -05:00
2c91e3116c
rootfs/tmp/unbound/ rootfs/usr/local/bin/entrypoint.sh rootfs/usr/local/etc/docker/init.d/01-tor-server.sh rootfs/usr/local/etc/docker/init.d/09-unbound.sh
21 lines
459 B
Plaintext
21 lines
459 B
Plaintext
server:
|
|
directory: "/etc/unbound"
|
|
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: 1.1.1.1
|
|
|