From 4dc0320220884d63b8e70c5dd22329a13ed70532 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Sat, 27 Aug 2022 23:37:17 +0200 Subject: Switch from explicit notify to notify yes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- named.conf | 24 +++++------------------- 1 file changed, 5 insertions(+), 19 deletions(-) diff --git a/named.conf b/named.conf index 2493261..4c7a532 100644 --- a/named.conf +++ b/named.conf @@ -4,23 +4,21 @@ options { directory "/var/named"; key-directory "keys"; pid-file "/run/named/named.pid"; - auth-nxdomain yes; - datasize default; + listen-on-v6 { any; }; + tcp-clients 100; + allow-query-cache { none; }; allow-query { any; }; allow-transfer { none; }; allow-update { none; }; + recursion no; + version none; hostname none; server-id none; - notify no; - also-notify { - 178.79.157.58; // lucifer - }; - }; dnssec-policy standard { @@ -33,13 +31,6 @@ dnssec-policy standard { zone "kyriasis.com" IN { type master; file "dns/kyriasis.com.zone"; - allow-transfer { - 178.79.157.58; // lucifer - 2a01:7e00::f03c:91ff:fe69:1787; // lucifer - 109.74.205.187; // the-tk.com - 2a01:7e00::f03c:91ff:fe50:9476; // the-tk.com - }; - notify explicit; dnssec-policy standard; }; @@ -47,11 +38,6 @@ zone "kyriasis.com" IN { zone "remmy.io" IN { type master; file "dns/remmy.io.zone"; - allow-transfer { - 178.79.157.58; // lucifer - 2a01:7e00::f03c:91ff:fe69:1787; // lucifer - }; - notify explicit; dnssec-policy standard; }; -- cgit v1.2.3-54-g00ecf