diff --git a/bind/dn42.v4 b/bind/dn42.v4 new file mode 100644 index 0000000..5b57637 --- /dev/null +++ b/bind/dn42.v4 @@ -0,0 +1,14 @@ +# config as of https://dn42.net/Services-DNS-Configuration + +zone "dn42" { + type forward; + forwarders { 172.22.0.53; }; +}; +zone "22.172.in-addr.arpa" { + type forward; + forwarders { 172.22.0.53; }; +}; +zone "23.172.in-addr.arpa" { + type forward; + forwarders { 172.22.0.53; }; +}; diff --git a/dnsmasq/dn42.v4 b/dnsmasq/dn42.v4 new file mode 100644 index 0000000..551fb7e --- /dev/null +++ b/dnsmasq/dn42.v4 @@ -0,0 +1,5 @@ +# config as of https://dn42.net/Services-DNS-Configuration + +server=/dn42/172.22.0.53 +server=/22.172.in-addr.arpa/172.22.0.53 +server=/23.172.in-addr.arpa/172.22.0.53