1
0
mirror of https://git.dn42.dev/wiki/wiki synced 2025-03-14 19:43:32 +00:00

Updated Configuration (markdown)

This commit is contained in:
dn42 wiki 2019-06-02 10:13:31 +00:00
parent 3c3b45acdc
commit 74b4af0f16

View File

@ -5,7 +5,7 @@ Configuration of common resolver softwares, to forward DNS queries for `.dn42` (
## BIND ## BIND
If you already run a local DNS server, you can tell it to query the dn42 anycast servers for the relevant domains If you already run a local DNS server, you can tell it to query the dn42 anycast servers for the relevant domains
by adding the following to /etc/bind/named.conf.local by adding the following to /etc/bind/named.conf.local
``` ```
zone "dn42" { zone "dn42" {
@ -26,6 +26,8 @@ zone "23.172.in-addr.arpa" {
}; };
``` ```
**Note**: With DNSSEC enabled, bind might refuse to accept query results from the dn42 zone: `validating dn42/SOA: got insecure response; parent indicates it should be secure`.
## dnsmasq ## dnsmasq
If you are running dnsmasq under openwrt, you just have to add If you are running dnsmasq under openwrt, you just have to add