summary refs log tree commit diff
path: root/named.conf.tilde
blob: 3c79b99788655fa940c45d9e06ad419b1a6f526a (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
zone "tilde" IN {
	type forward;
	forward only;
	forwarders { 213.239.234.117; 149.56.184.112; };
};

zone "team.tilde" {
        type master;
        file "/etc/bind/zones/tilde/db.team.tilde";
	allow-transfer { 213.239.234.117; 149.56.184.112; };
	also-notify { 213.239.234.117; 149.56.184.112; };
};

zone "git.tilde" {
        type master;
        file "/etc/bind/zones/tilde/db.git.tilde";
	allow-transfer { 213.239.234.117; 149.56.184.112; };
	also-notify { 213.239.234.117; 149.56.184.112; };
};

zone "mastodon.tilde" {
        type master;
        file "/etc/bind/zones/tilde/db.mastodon.tilde";
	allow-transfer { 213.239.234.117; 149.56.184.112; };
	also-notify { 213.239.234.117; 149.56.184.112; };
};

zone "lists.tilde" {
        type master;
        file "/etc/bind/zones/tilde/db.lists.tilde";
	allow-transfer { 213.239.234.117; 149.56.184.112; };
	also-notify { 213.239.234.117; 149.56.184.112; };
};

zone "chat.tilde" {
        type master;
        file "/etc/bind/zones/tilde/db.chat.tilde";
	allow-transfer { 213.239.234.117; 149.56.184.112; };
	also-notify { 213.239.234.117; 149.56.184.112; };
};

zone "ci.tilde" {
        type master;
        file "/etc/bind/zones/tilde/db.ci.tilde";
	allow-transfer { 213.239.234.117; 149.56.184.112; };
	also-notify { 213.239.234.117; 149.56.184.112; };
};

zone "pleroma.tilde" {
        type master;
        file "/etc/bind/zones/tilde/db.pleroma.tilde";
	allow-transfer { 213.239.234.117; 149.56.184.112; };
	also-notify { 213.239.234.117; 149.56.184.112; };
};

zone "news.tilde" {
        type master;
        file "/etc/bind/zones/tilde/db.news.tilde";
	allow-transfer { 213.239.234.117; 149.56.184.112; };
	also-notify { 213.239.234.117; 149.56.184.112; };
};