mirror of
https://github.com/casjaysdevdocker/tor
synced 2025-10-14 08:02:34 -04:00
🦈🏠🐜❗ Initial Commit ❗🐜🦈🏠
All checks were successful
release-tag / release-image (push) Successful in 6m56s
All checks were successful
release-tag / release-image (push) Successful in 6m56s
This commit is contained in:
22
rootfs/tmp/etc/unbound/unbound.conf
Normal file
22
rootfs/tmp/etc/unbound/unbound.conf
Normal file
@@ -0,0 +1,22 @@
|
||||
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: 148.135.52.175
|
||||
forward-addr: 1.1.1.1
|
Reference in New Issue
Block a user