|
@@ -1,8 +1,13 @@
|
|
|
options {
|
|
|
directory "/var/bind";
|
|
|
|
|
|
+ forwarders {
|
|
|
+ 1.1.1.1;
|
|
|
+ 1.0.0.1;
|
|
|
+ }
|
|
|
+
|
|
|
listen-on { any; };
|
|
|
- listen-on-v6 { any; };
|
|
|
+ listen-on-v6 { none; };
|
|
|
|
|
|
allow-query { any; };
|
|
|
allow-transfer { none; };
|
|
@@ -14,15 +19,14 @@ options {
|
|
|
|
|
|
zone "slurm.ch" IN {
|
|
|
type master;
|
|
|
+ notify no;
|
|
|
file "/etc/bind/zones/slurm.ch.zone";
|
|
|
+ allow-update { key DNS_UPDATE; };
|
|
|
};
|
|
|
|
|
|
-zone "145.168.214.91.in-addr.arpa" {
|
|
|
- type master;
|
|
|
- file "/etc/bind/zones/fender.reverse.zone";
|
|
|
-};
|
|
|
-
|
|
|
-zone "104.92.33.178.in-addr.arpa" {
|
|
|
+zone "10.in-addr.arpa" {
|
|
|
type master;
|
|
|
- file "/etc/bind/zones/fnog.reverse.zone";
|
|
|
+ notify no;
|
|
|
+ file "/etc/bind/zones/lan.reverse.zone";
|
|
|
+ allow-update { key DNS_UPDATE; };
|
|
|
};
|