From: root Date: Mon, 19 Apr 2021 08:22:19 +0000 (+0200) Subject: daily autocommit X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=98b8cd45a037e0ae9f6a3a8f01ab8a442e918b78;p=config%2Fbruni%2Fetc-mint-new1.git daily autocommit --- diff --git a/bind/named.conf.options b/bind/named.conf.options index 4778d18..0e779e6 100644 --- a/bind/named.conf.options +++ b/bind/named.conf.options @@ -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