1
1
mirror of https://github.com/dnscrypt/dnscrypt-server-docker synced 2024-11-22 19:42:03 +01:00

Local copy of the DNS root zone (hyperlocal)

Solves #38
This commit is contained in:
mibere 2019-12-04 19:24:44 +01:00
parent 366c656fe0
commit 9fc2cbe4b1

@ -66,6 +66,7 @@ server:
serve-expired: yes
access-control: 0.0.0.0/0 allow
access-control: ::0/0 allow
tls-cert-bundle: "/etc/ssl/certs/ca-certificates.crt"
local-zone: "belkin." static
local-zone: "corp." static
@ -84,6 +85,14 @@ server:
remote-control:
control-enable: yes
control-interface: 127.0.0.1
auth-zone:
name: "."
url: "https://www.internic.net/domain/root.zone"
fallback-enabled: yes
for-downstream: no
for-upstream: yes
zonefile: "var/root.zone"
EOT
mkdir -p /opt/unbound/etc/unbound/dev &&