From f24db919e1c7fd1451c4680221cccdc1ed411784 Mon Sep 17 00:00:00 2001 From: ohrensessel Date: Sun, 4 May 2014 17:14:07 +0200 Subject: [PATCH] dn42: added as forwarding zone for dnsmasq and bind (IPv4 only) --- bind/dn42.v4 | 14 ++++++++++++++ dnsmasq/dn42.v4 | 5 +++++ 2 files changed, 19 insertions(+) create mode 100644 bind/dn42.v4 create mode 100644 dnsmasq/dn42.v4 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