summaryrefslogtreecommitdiffstats
path: root/named.conf
diff options
context:
space:
mode:
Diffstat (limited to 'named.conf')
-rw-r--r--named.conf12
1 files changed, 12 insertions, 0 deletions
diff --git a/named.conf b/named.conf
index 2570f1c..e84cac4 100644
--- a/named.conf
+++ b/named.conf
@@ -44,6 +44,18 @@ zone "kyriasis.com" IN {
dnssec-policy standard;
};
+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;
+};
+
zone "the-tk.com" {
type slave;
file "the-tk.com.zone";