dns/named.conf.mydomains

130 lines
2.8 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; };
2020-09-27 18:26:56 +00:00
acl he { 216.218.133.2; 2001:470:600::2; };
2019-12-30 16:47:59 +00:00
masters ns2 { 167.114.154.31; };
2020-09-27 18:26:56 +00:00
masters he { 216.218.130.2; 2001:470:100::2; };
2019-12-30 16:47:59 +00:00
2019-08-18 17:59:25 +00:00
zone "benharri.com" {
type master;
file "/etc/bind/zones/mydomains/db.benharri.com";
2020-09-27 18:26:56 +00:00
allow-transfer { ns2; he; };
also-notify { ns2; he; };
2019-08-18 17:59:25 +00:00
update-policy {
grant certbot name _acme-challenge.benharri.com. txt;
};
};
zone "benharri.org" {
type master;
file "/etc/bind/zones/mydomains/db.benharri.org";
2020-09-27 18:26:56 +00:00
allow-transfer { ns2; he; };
also-notify { ns2; he; };
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;
};
};
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;
};
};
2020-05-16 04:12:14 +00:00
zone "irctokens.org" {
type master;
file "/etc/bind/zones/mydomains/db.irctokens.org";
allow-transfer { ns2; };
also-notify { ns2; };
update-policy {
grant certbot name _acme-challenge.irctokens.org. txt;
};
};
2020-03-21 03:00:31 +00:00
zone "ittwsd.org" {
type master;
file "/etc/bind/zones/mydomains/db.ittwsd.org";
allow-transfer { ns2; };
also-notify { ns2; };
update-policy {
grant certbot name _acme-challenge.ittwsd.org. txt;
};
};
2020-11-17 04:09:35 +00:00
zone "jacksonconstructionservices.net" {
type master;
file "/etc/bind/zones/mydomains/db.jacksonconstructionservices.net";
allow-transfer { ns2; };
also-notify { ns2; };
update-policy {
grant certbot name _acme-challenge.jacksonconstructionservices.net. txt;
};
};