summary refs log tree commit diff
path: root/named.conf.mydomains
blob: fa401902169f3add01ec1d11ae06e3712ee191f4 (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
// my domains
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;
	};
};

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 "benharris.ch" {
	type master;
	file "/etc/bind/zones/mydomains/db.benharris.ch";
	allow-transfer { 167.114.154.31; };
	also-notify { 167.114.154.31; };
	update-policy {
		grant certbot name _acme-challenge.benharris.ch. 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;
	};
};

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