mirror of
https://github.com/dnscrypt/dnscrypt-server-docker
synced 2024-11-26 06:13:49 +01:00
Merge pull request #39 from mibere/master
Local copy of the DNS root zone (hyperlocal)
This commit is contained in:
commit
58c2d34486
@ -66,6 +66,7 @@ server:
|
|||||||
serve-expired: yes
|
serve-expired: yes
|
||||||
access-control: 0.0.0.0/0 allow
|
access-control: 0.0.0.0/0 allow
|
||||||
access-control: ::0/0 allow
|
access-control: ::0/0 allow
|
||||||
|
tls-cert-bundle: "/etc/ssl/certs/ca-certificates.crt"
|
||||||
|
|
||||||
local-zone: "belkin." static
|
local-zone: "belkin." static
|
||||||
local-zone: "corp." static
|
local-zone: "corp." static
|
||||||
@ -84,6 +85,14 @@ server:
|
|||||||
remote-control:
|
remote-control:
|
||||||
control-enable: yes
|
control-enable: yes
|
||||||
control-interface: 127.0.0.1
|
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
|
EOT
|
||||||
|
|
||||||
mkdir -p /opt/unbound/etc/unbound/dev &&
|
mkdir -p /opt/unbound/etc/unbound/dev &&
|
||||||
|
Loading…
Reference in New Issue
Block a user