From c618471e34378e3cbc870e4ded7f5cf7442d035d Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Tue, 24 Aug 2021 23:02:24 -0400 Subject: move dns to hetzner and he.net --- named.conf.mydomains | 57 ++++++++++++++++++++++++++-------------------------- 1 file changed, 28 insertions(+), 29 deletions(-) (limited to 'named.conf.mydomains') diff --git a/named.conf.mydomains b/named.conf.mydomains index eccddd3..ef989ae 100644 --- a/named.conf.mydomains +++ b/named.conf.mydomains @@ -1,14 +1,14 @@ // my domains include "/etc/bind/pi.key"; -acl ns2 { 167.114.154.31; }; -masters ns2 { 167.114.154.31; }; +acl heslave { 216.218.133.2; 2001:470:600::2; }; +masters he1 { 216.218.130.2; 2001:470:100::2; }; zone "benharri.org" { type master; file "/etc/bind/zones/mydomains/db.benharri.org"; - allow-transfer { ns2; }; - also-notify { ns2; }; + allow-transfer { heslave; }; + also-notify { he1; }; update-policy { grant certbot name _acme-challenge.benharri.org. txt; }; @@ -17,8 +17,8 @@ zone "benharri.org" { zone "benharr.is" { type master; file "/etc/bind/zones/mydomains/db.benharr.is"; - allow-transfer { ns2; }; - also-notify { ns2; }; + allow-transfer { heslave; }; + also-notify { he1; }; update-policy { grant certbot name _acme-challenge.benharr.is. txt; }; @@ -27,8 +27,8 @@ zone "benharr.is" { zone "ben.o" { type master; file "/etc/bind/zones/mydomains/db.ben.o"; - allow-transfer { ns2; }; - also-notify { ns2; }; + allow-transfer { heslave; }; + also-notify { he1; }; update-policy { grant certbot name _acme-challenge.ben.o. txt; }; @@ -37,20 +37,19 @@ zone "ben.o" { zone "bhh.sh" { type master; file "/etc/bind/zones/mydomains/db.bhh.sh"; - allow-transfer { ns2; }; - also-notify { ns2; }; + allow-transfer { heslave; }; + also-notify { he1; }; update-policy { grant certbot name _acme-challenge.bhh.sh. txt; grant pi name pi.bhh.sh. A; - grant pi name mqt.bhh.sh. A; }; }; zone "dobis.org" { type master; file "/etc/bind/zones/mydomains/db.dobis.org"; - allow-transfer { ns2; }; - also-notify { ns2; }; + allow-transfer { heslave; }; + also-notify { he1; }; update-policy { grant certbot name _acme-challenge.dobis.org. txt; }; @@ -59,8 +58,8 @@ zone "dobis.org" { zone "harris.team" { type master; file "/etc/bind/zones/mydomains/db.harris.team"; - allow-transfer { ns2; }; - also-notify { ns2; }; + allow-transfer { heslave; }; + also-notify { he1; }; update-policy { grant certbot name _acme-challenge.harris.team. txt; }; @@ -69,8 +68,8 @@ zone "harris.team" { zone "harriswoodworks.net" { type master; file "/etc/bind/zones/mydomains/db.harriswoodworks.net"; - allow-transfer { ns2; }; - also-notify { ns2; }; + allow-transfer { heslave; }; + also-notify { he1; }; update-policy { grant certbot name _acme-challenge.harriswoodworks.net. txt; }; @@ -79,8 +78,8 @@ zone "harriswoodworks.net" { zone "heyderebub.com" { type master; file "/etc/bind/zones/mydomains/db.heyderebub.com"; - allow-transfer { ns2; }; - also-notify { ns2; }; + allow-transfer { heslave; }; + also-notify { he1; }; update-policy { grant certbot name _acme-challenge.heyderebub.com. txt; }; @@ -89,8 +88,8 @@ zone "heyderebub.com" { zone "hmm.st" { type master; file "/etc/bind/zones/mydomains/db.hmm.st"; - allow-transfer { ns2; }; - also-notify { ns2; }; + allow-transfer { heslave; }; + also-notify { he1; }; update-policy { grant certbot name _acme-challenge.hmm.st. txt; }; @@ -99,8 +98,8 @@ zone "hmm.st" { zone "jacksonconstructionservices.net" { type master; file "/etc/bind/zones/mydomains/db.jacksonconstructionservices.net"; - allow-transfer { ns2; }; - also-notify { ns2; }; + allow-transfer { heslave; }; + also-notify { he1; }; update-policy { grant certbot name _acme-challenge.jacksonconstructionservices.net. txt; }; @@ -109,8 +108,8 @@ zone "jacksonconstructionservices.net" { zone "pissno.de" { type master; file "/etc/bind/zones/mydomains/db.pissno.de"; - allow-transfer { ns2; }; - also-notify { ns2; }; + allow-transfer { heslave; }; + also-notify { he1; }; update-policy { grant certbot name _acme-challenge.pissno.de. txt; }; @@ -119,8 +118,8 @@ zone "pissno.de" { zone "platformpersonalities.com" { type master; file "/etc/bind/zones/mydomains/db.platformpersonalities.com"; - allow-transfer { ns2; }; - also-notify { ns2; }; + allow-transfer { heslave; }; + also-notify { he1; }; update-policy { grant certbot name _acme-challenge.platformpersonalities.com. txt; }; @@ -129,8 +128,8 @@ zone "platformpersonalities.com" { zone "webster.st" { type master; file "/etc/bind/zones/mydomains/db.webster.st"; - allow-transfer { ns2; }; - also-notify { ns2; }; + allow-transfer { heslave; }; + also-notify { he1; }; update-policy { grant certbot name _acme-challenge.webster.st. txt; }; -- cgit 1.4.1