]> Frank Brehm's Git Trees - config/bruni/etc-mint-new1.git/commitdiff
daily autocommit
authorroot <root@bruni.home.brehm-online.com>
Mon, 19 Apr 2021 08:22:19 +0000 (10:22 +0200)
committerFrank Brehm <root@bruni.home.brehm-online.com>
Mon, 19 Apr 2021 08:22:19 +0000 (10:22 +0200)
bind/named.conf.options

index 4778d1855c82e0040e5073def224a466a9650bfa..0e779e63a5898e57bf320d4cbe5dd923efab1b64 100644 (file)
@@ -21,4 +21,22 @@ options {
        dnssec-validation auto;
 
        listen-on-v6 { any; };
+       listen-on { any; };
 };
+
+//###############################################################
+//# Kontrollkanäle für RNDC
+
+include "/etc/bind/rndc.key";
+
+controls {
+    inet 127.0.0.1 port 953 allow {
+        127.0.0.1;
+        ::1/128;
+    } keys {
+        "rndc-key";
+    };
+};
+
+
+# vim: ts=4 filetype=named noai