summary refs log tree commit diff
path: root/named.conf.mydomains
blob: ae83d38c8ae203fd81a12f02d5219cd40dd87a10 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
// my domains
include "/etc/bind/pi.key";

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";
	allow-transfer { ns2; };
	also-notify { ns2; };
	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 { ns2; };
	also-notify { ns2; };
	update-policy {
		grant certbot name _acme-challenge.benharr.is. txt;
	};
};

zone "ben.o" {
	type master;
	file "/etc/bind/zones/mydomains/db.ben.o";
	allow-transfer { ns2; };
	also-notify { ns2; };
	update-policy {
		grant certbot name _acme-challenge.ben.o. txt;
	};
};

zone "bhh.sh" {
	type master;
	file "/etc/bind/zones/mydomains/db.bhh.sh";
	allow-transfer { ns2; };
	also-notify { ns2; };
	update-policy {
		grant certbot name _acme-challenge.bhh.sh. txt;
		grant pi name pi.bhh.sh. A;
		grant pi name mqt.bhh.sh. A;
	};
};

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;
	};
};

zone "harris.team" {
	type master;
	file "/etc/bind/zones/mydomains/db.harris.team";
	allow-transfer { ns2; };
	also-notify { ns2; };
	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 { ns2; };
	also-notify { ns2; };
	update-policy {
		grant certbot name _acme-challenge.harriswoodworks.net. txt;
	};
};

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;
	};
};

zone "hmm.st" {
	type master;
	file "/etc/bind/zones/mydomains/db.hmm.st";
	allow-transfer { ns2; };
	also-notify { ns2; };
	update-policy {
		grant certbot name _acme-challenge.hmm.st. txt;
	};
};

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;
	};
};

zone "platformpersonalities.com" {
	type master;
	file "/etc/bind/zones/mydomains/db.platformpersonalities.com";
	allow-transfer { ns2; };
	also-notify { ns2; };
	update-policy {
		grant certbot name _acme-challenge.platformpersonalities.com. txt;
	};
};

zone "webster.st" {
	type master;
	file "/etc/bind/zones/mydomains/db.webster.st";
	allow-transfer { ns2; };
	also-notify { ns2; };
	update-policy {
		grant certbot name _acme-challenge.webster.st. txt;
	};
};