dns/named.conf.mydomains

105 lines
2.4 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-08-18 17:59:25 +00:00
zone "benharri.com" {
type master;
file "/etc/bind/zones/mydomains/db.benharri.com";
allow-transfer { 167.114.154.31; };
also-notify { 167.114.154.31; };
update-policy {
grant certbot name _acme-challenge.benharri.com. txt;
};
};
zone "benharr.is" {
type master;
file "/etc/bind/zones/mydomains/db.benharr.is";
allow-transfer { 167.114.154.31; };
also-notify { 167.114.154.31; };
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";
allow-transfer { 167.114.154.31; };
also-notify { 167.114.154.31; };
update-policy {
grant certbot name _acme-challenge.ben.o. txt;
};
};
2019-08-18 17:59:25 +00:00
zone "benharri.dev" {
type master;
file "/etc/bind/zones/mydomains/db.benharri.dev";
allow-transfer { 167.114.154.31; };
also-notify { 167.114.154.31; };
update-policy {
grant certbot name _acme-challenge.benharri.dev. txt;
};
};
zone "benhh.com" {
type master;
file "/etc/bind/zones/mydomains/db.benhh.com";
allow-transfer { 167.114.154.31; };
also-notify { 167.114.154.31; };
update-policy {
grant certbot name _acme-challenge.benhh.com. txt;
};
};
zone "bhh.sh" {
type master;
file "/etc/bind/zones/mydomains/db.bhh.sh";
allow-transfer { 167.114.154.31; };
also-notify { 167.114.154.31; };
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 "esthersedibles.net" {
type master;
file "/etc/bind/zones/mydomains/db.esthersedibles.net";
allow-transfer { 167.114.154.31; };
also-notify { 167.114.154.31; };
update-policy {
grant certbot name _acme-challenge.esthersedibles.net. txt;
};
};
zone "harris.team" {
type master;
file "/etc/bind/zones/mydomains/db.harris.team";
allow-transfer { 167.114.154.31; };
also-notify { 167.114.154.31; };
update-policy {
grant certbot name _acme-challenge.harris.team. txt;
};
};
zone "itsreallynot.com" {
type master;
file "/etc/bind/zones/mydomains/db.itsreallynot.com";
allow-transfer { 167.114.154.31; };
also-notify { 167.114.154.31; };
update-policy {
grant certbot name _acme-challenge.itsreallynot.com. txt;
};
};
2019-08-30 17:25:47 +00:00
zone "hmm.st" {
type master;
file "/etc/bind/zones/mydomains/db.hmm.st";
allow-transfer { 167.114.154.31; };
also-notify { 167.114.154.31; };
update-policy {
grant certbot name _acme-challenge.hmm.st. txt;
};
};