summary refs log tree commit diff
path: root/named.conf.mydomains
diff options
context:
space:
mode:
Diffstat (limited to 'named.conf.mydomains')
-rw-r--r--named.conf.mydomains10
1 files changed, 4 insertions, 6 deletions
diff --git a/named.conf.mydomains b/named.conf.mydomains
index 372656a..e228fa1 100644
--- a/named.conf.mydomains
+++ b/named.conf.mydomains
@@ -2,15 +2,13 @@
 include "/etc/bind/pi.key";
 
 acl ns2 { 167.114.154.31; };
-acl he { 216.218.133.2; 2001:470:600::2; };
 masters ns2 { 167.114.154.31; };
-masters he { 216.218.130.2; 2001:470:100::2; };
 
 zone "benharri.com" {
 	type master;
 	file "/etc/bind/zones/mydomains/db.benharri.com";
-	allow-transfer { ns2; he; };
-	also-notify { ns2; he; };
+	allow-transfer { ns2; };
+	also-notify { ns2; };
 	update-policy {
 		grant certbot name _acme-challenge.benharri.com. txt;
 	};
@@ -19,8 +17,8 @@ zone "benharri.com" {
 zone "benharri.org" {
 	type master;
 	file "/etc/bind/zones/mydomains/db.benharri.org";
-	allow-transfer { ns2; he; };
-	also-notify { ns2; he; };
+	allow-transfer { ns2; };
+	also-notify { ns2; };
 	update-policy {
 		grant certbot name _acme-challenge.benharri.org. txt;
 	};