dn42: added as forwarding zone for dnsmasq and bind (IPv4 only)
This commit is contained in:
parent
bcd06bfc61
commit
f24db919e1
14
bind/dn42.v4
Normal file
14
bind/dn42.v4
Normal file
|
@ -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; };
|
||||
};
|
5
dnsmasq/dn42.v4
Normal file
5
dnsmasq/dn42.v4
Normal file
|
@ -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
|
Loading…
Reference in a new issue