dns/named.conf.mydomains

139 lines
3.0 KiB
Plaintext
Raw 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";
2019-12-30 16:47:59 +00:00
acl ns2 { 167.114.154.31; };
masters ns2 { 167.114.154.31; };
zone "benharri.org" {
type master;
file "/etc/bind/zones/mydomains/db.benharri.org";
2021-01-03 19:55:16 +00:00
allow-transfer { ns2; };
also-notify { ns2; };
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";
2019-12-30 16:47:59 +00:00
allow-transfer { ns2; };
also-notify { ns2; };
2019-08-18 17:59:25 +00:00
update-policy {
grant certbot name _acme-challenge.benharr.is. txt;
};
};
2019-10-02 01:12:52 +00:00
zone "ben.o" {
type master;
file "/etc/bind/zones/mydomains/db.ben.o";
2019-12-30 16:47:59 +00:00
allow-transfer { ns2; };
also-notify { ns2; };
2019-10-02 01:12:52 +00:00
update-policy {
grant certbot name _acme-challenge.ben.o. txt;
};
};
2019-08-18 17:59:25 +00:00
zone "bhh.sh" {
type master;
file "/etc/bind/zones/mydomains/db.bhh.sh";
2019-12-30 16:47:59 +00:00
allow-transfer { ns2; };
also-notify { ns2; };
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;
2020-10-07 18:24:12 +00:00
grant pi name mqt.bhh.sh. A;
2019-08-18 17:59:25 +00:00
};
};
2020-11-13 16:28:51 +00:00
zone "dobis.org" {
type master;
file "/etc/bind/zones/mydomains/db.dobis.org";
allow-transfer { ns2; };
also-notify { ns2; };
update-policy {
grant certbot name _acme-challenge.dobis.org. txt;
};
};
2019-08-18 17:59:25 +00:00
zone "harris.team" {
type master;
file "/etc/bind/zones/mydomains/db.harris.team";
2019-12-30 16:47:59 +00:00
allow-transfer { ns2; };
also-notify { ns2; };
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";
allow-transfer { ns2; };
also-notify { ns2; };
update-policy {
grant certbot name _acme-challenge.harriswoodworks.net. txt;
};
};
2020-11-26 18:37:02 +00:00
zone "heyderebub.com" {
type master;
file "/etc/bind/zones/mydomains/db.heyderebub.com";
allow-transfer { ns2; };
also-notify { ns2; };
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";
2019-12-30 16:47:59 +00:00
allow-transfer { ns2; };
also-notify { ns2; };
2019-08-30 17:25:47 +00:00
update-policy {
grant certbot name _acme-challenge.hmm.st. txt;
};
};
zone "jacksonconstructionservices.net" {
2020-05-16 04:12:14 +00:00
type master;
file "/etc/bind/zones/mydomains/db.jacksonconstructionservices.net";
2020-05-16 04:12:14 +00:00
allow-transfer { ns2; };
also-notify { ns2; };
update-policy {
grant certbot name _acme-challenge.jacksonconstructionservices.net. txt;
2020-05-16 04:12:14 +00:00
};
};
2021-06-16 19:29:48 +00:00
zone "pissno.de" {
type master;
file "/etc/bind/zones/mydomains/db.pissno.de";
allow-transfer { ns2; };
also-notify { ns2; };
update-policy {
grant certbot name _acme-challenge.pissno.de. txt;
};
};
zone "platformpersonalities.com" {
2020-11-17 04:09:35 +00:00
type master;
file "/etc/bind/zones/mydomains/db.platformpersonalities.com";
2020-11-17 04:09:35 +00:00
allow-transfer { ns2; };
also-notify { ns2; };
update-policy {
grant certbot name _acme-challenge.platformpersonalities.com. txt;
2020-11-17 04:09:35 +00:00
};
};
2020-11-26 18:37:02 +00:00
zone "webster.st" {
2020-11-26 18:37:02 +00:00
type master;
file "/etc/bind/zones/mydomains/db.webster.st";
2020-11-26 18:37:02 +00:00
allow-transfer { ns2; };
also-notify { ns2; };
update-policy {
grant certbot name _acme-challenge.webster.st. txt;
2020-11-26 18:37:02 +00:00
};
};