15 lines
282 B
Plaintext
15 lines
282 B
Plaintext
# 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; };
|
|
};
|