summary refs log tree commit diff
path: root/named.conf.mydomains
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2020-09-27 14:26:56 -0400
committerBen Harris <ben@tilde.team>2020-09-27 14:26:56 -0400
commit145114cf9029a52521dfb7bf8b5519eff152062d (patch)
tree870369ed8ad7ef22e7385dab879b70fa8e7eeb52 /named.conf.mydomains
parentd2e22c763e59b6e49eaee5992c2169295a1e31a9 (diff)
try out dns.he.net secondary zones
Diffstat (limited to 'named.conf.mydomains')
-rw-r--r--named.conf.mydomains10
1 files changed, 6 insertions, 4 deletions
diff --git a/named.conf.mydomains b/named.conf.mydomains
index d3d877b..11bc5b5 100644
--- a/named.conf.mydomains
+++ b/named.conf.mydomains
@@ -2,13 +2,15 @@
 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; };
-	also-notify { ns2; };
+	allow-transfer { ns2; he; };
+	also-notify { ns2; he; };
 	update-policy {
 		grant certbot name _acme-challenge.benharri.com. txt;
 	};
@@ -17,8 +19,8 @@ zone "benharri.com" {
 zone "benharri.org" {
 	type master;
 	file "/etc/bind/zones/mydomains/db.benharri.org";
-	allow-transfer { ns2; };
-	also-notify { ns2; };
+	allow-transfer { ns2; he; };
+	also-notify { ns2; he; };
 	update-policy {
 		grant certbot name _acme-challenge.benharri.org. txt;
 	};