dns/named.conf.mydomains

108 lines
2.3 KiB
Plaintext
Raw Permalink Normal View History

2019-08-18 17:59:25 +00:00
// my domains
2019-08-20 13:31:46 +00:00
include "/etc/bind/pi.key";
2021-08-25 03:02:24 +00:00
acl heslave { 216.218.133.2; 2001:470:600::2; };
masters he1 { 216.218.130.2; 2001:470:100::2; };
2019-12-30 16:47:59 +00:00
zone "benharri.org" {
type master;
file "/etc/bind/zones/mydomains/db.benharri.org";
2021-08-25 03:02:24 +00:00
allow-transfer { heslave; };
also-notify { he1; };
update-policy {
grant certbot name _acme-challenge.benharri.org. txt;
};
};
2019-08-18 17:59:25 +00:00
zone "benharr.is" {
type master;
file "/etc/bind/zones/mydomains/db.benharr.is";
2021-08-25 03:02:24 +00:00
allow-transfer { heslave; };
also-notify { he1; };
2019-08-18 17:59:25 +00:00
update-policy {
grant certbot name _acme-challenge.benharr.is. txt;
};
};
zone "bhh.sh" {
type master;
file "/etc/bind/zones/mydomains/db.bhh.sh";
2021-08-25 03:02:24 +00:00
allow-transfer { heslave; };
also-notify { he1; };
2019-08-18 17:59:25 +00:00
update-policy {
grant certbot name _acme-challenge.bhh.sh. txt;
2019-08-20 13:31:46 +00:00
grant pi name pi.bhh.sh. A;
2019-08-18 17:59:25 +00:00
};
};
zone "harris.team" {
type master;
file "/etc/bind/zones/mydomains/db.harris.team";
2021-08-25 03:02:24 +00:00
allow-transfer { heslave; };
also-notify { he1; };
2019-08-18 17:59:25 +00:00
update-policy {
grant certbot name _acme-challenge.harris.team. txt;
};
};
2020-01-29 17:51:07 +00:00
zone "harriswoodworks.net" {
type master;
file "/etc/bind/zones/mydomains/db.harriswoodworks.net";
2021-08-25 03:02:24 +00:00
allow-transfer { heslave; };
also-notify { he1; };
2020-01-29 17:51:07 +00:00
update-policy {
grant certbot name _acme-challenge.harriswoodworks.net. txt;
};
};
2023-05-13 02:10:54 +00:00
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;
};
};
2020-11-26 18:37:02 +00:00
zone "heyderebub.com" {
type master;
file "/etc/bind/zones/mydomains/db.heyderebub.com";
2021-08-25 03:02:24 +00:00
allow-transfer { heslave; };
also-notify { he1; };
2020-11-26 18:37:02 +00:00
update-policy {
grant certbot name _acme-challenge.heyderebub.com. txt;
};
};
2019-08-30 17:25:47 +00:00
zone "hmm.st" {
type master;
file "/etc/bind/zones/mydomains/db.hmm.st";
2021-08-25 03:02:24 +00:00
allow-transfer { heslave; };
also-notify { he1; };
2019-08-30 17:25:47 +00:00
update-policy {
grant certbot name _acme-challenge.hmm.st. txt;
};
};
2022-11-18 15:25:30 +00:00
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;
};
};
2023-03-31 17:28:01 +00:00
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;
};
};