// my domains include "/etc/bind/pi.key"; 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 { heslave; }; also-notify { he1; }; update-policy { grant certbot name _acme-challenge.benharri.org. txt; }; }; zone "benharr.is" { type master; file "/etc/bind/zones/mydomains/db.benharr.is"; allow-transfer { heslave; }; also-notify { he1; }; update-policy { grant certbot name _acme-challenge.benharr.is. txt; }; }; zone "bhh.sh" { type master; file "/etc/bind/zones/mydomains/db.bhh.sh"; allow-transfer { heslave; }; also-notify { he1; }; update-policy { grant certbot name _acme-challenge.bhh.sh. txt; grant pi name pi.bhh.sh. A; }; }; zone "harris.team" { type master; file "/etc/bind/zones/mydomains/db.harris.team"; allow-transfer { heslave; }; also-notify { he1; }; update-policy { grant certbot name _acme-challenge.harris.team. txt; }; }; zone "harriswoodworks.net" { type master; file "/etc/bind/zones/mydomains/db.harriswoodworks.net"; allow-transfer { heslave; }; also-notify { he1; }; update-policy { grant certbot name _acme-challenge.harriswoodworks.net. txt; }; }; zone "hellthread.pro" { type master; file "/etc/bind/zones/mydomains/db.hellthread.pro"; allow-transfer { heslave; }; also-notify { he1; }; update-policy { grant certbot name _acme-challenge.hellthread.pro. txt; }; }; zone "heyderebub.com" { type master; file "/etc/bind/zones/mydomains/db.heyderebub.com"; allow-transfer { heslave; }; also-notify { he1; }; update-policy { grant certbot name _acme-challenge.heyderebub.com. txt; }; }; zone "hmm.st" { type master; file "/etc/bind/zones/mydomains/db.hmm.st"; allow-transfer { heslave; }; also-notify { he1; }; update-policy { grant certbot name _acme-challenge.hmm.st. txt; }; }; zone "tcpinball.org" { type master; file "/etc/bind/zones/mydomains/db.tcpinball.org"; allow-transfer { heslave; }; also-notify { he1; }; update-policy { grant certbot name _acme-challenge.tcpinball.org. txt; }; }; zone "nomipinball.com" { type master; file "/etc/bind/zones/mydomains/db.nomipinball.com"; allow-transfer { heslave; }; also-notify { he1; }; update-policy { grant certbot name _acme-challenge.nomipinball.com. txt; }; };