Update named

This commit is contained in:
Laura Hausmann 2020-04-03 22:23:48 +02:00
parent f453feecd4
commit 229bd2efa6
Signed by: zotan
GPG key ID: 5EC1D38FFC321311

View file

@ -4,7 +4,7 @@ options {
directory "/var/named";
pid-file "/run/named/named.pid";
forwarders { 1.1.1.1; 1.0.0.1; 8.8.8.8; 8.8.4.4; 213.133.100.100; 213.133.99.99; 213.133.98.98; 2a01:4f8:0:1::add:9898; 2a01:4f8:0:1::add:9999; 2a01:4f8:0:1::add:1010; };
forwarders { 1.1.1.1; 1.0.0.1; 8.8.8.8; 8.8.4.4; };
dnssec-enable no;
dnssec-validation no;
@ -12,19 +12,18 @@ options {
allow-transfer { none; };
allow-update { none; };
empty-zones-enable no;
version none;
hostname none;
server-id none;
};
zone "zotan.dn42" {
type master;
file "zotan.dn42.zone"; # zone file path
};
zone "localhost" IN {
type master;
file "localhost.zone";
file "zotan.dn42.zone";
};
zone "32/27.177.20.172.in-addr.arpa" IN {
@ -32,15 +31,14 @@ zone "32/27.177.20.172.in-addr.arpa" IN {
file "32_27.177.20.172.in-addr.arpa.zone";
};
zone "0.0.127.in-addr.arpa" IN {
zone "0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.7.f.e.2.d.2.0.b.f.f.d.f.ip6.arpa" IN {
type master;
file "127.0.0.zone";
file "0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.7.f.e.2.d.2.0.b.f.f.d.f.ip6.arpa.zone";
};
zone "1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa" {
type master;
file "localhost.ip6.zone";
};
zone "dn42" {
type forward;
@ -62,24 +60,7 @@ zone "23.172.in-addr.arpa" {
forwarders { 172.20.0.53; fd42:d42:d42:54::1; };
};
//zone "example.org" IN {
// type slave;
// file "example.zone";
// masters {
// 192.168.1.100;
// };
// allow-query { any; };
// allow-transfer { any; };
//};
//logging {
// channel xfer-log {
// file "/var/log/named.log";
// print-category yes;
// print-severity yes;
// severity info;
// };
// category xfer-in { xfer-log; };
// category xfer-out { xfer-log; };
// category notify { xfer-log; };
//};
zone "d.f.ip6.arpa" {
type forward;
forwarders { 172.20.0.53; fd42:d42:d42:54::1; };
};