summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2022-08-27 23:37:17 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2022-08-27 23:37:17 +0200
commit4dc0320220884d63b8e70c5dd22329a13ed70532 (patch)
tree2de02cbd029b4c41284f07b94fd6c00231235dc6
parentba3b9e65a07a213e6fdbcdcc277ddd1e2c1d2122 (diff)
downloaddns-4dc0320220884d63b8e70c5dd22329a13ed70532.tar.xz
Switch from explicit notify to notify yes
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
-rw-r--r--named.conf24
1 files 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;
};