-
Notifications
You must be signed in to change notification settings - Fork 45
/
Copy pathnamed.conf.local
49 lines (41 loc) · 1.06 KB
/
named.conf.local
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
//
// Do any local configuration here
//
// Consider adding the 1918 zones here, if they are not used in your
// organization
//include "/etc/bind/zones.rfc1918";
zone "hivebedrock.network" IN {
type master;
file "/etc/bind/db.hivebedrock.network";
allow-query { any; };
};
zone "mco.mineplex.com" IN {
type master;
file "/etc/bind/db.mco.mineplex.com";
allow-query { any; };
};
zone "play.inpvp.net" IN {
type master;
file "/etc/bind/db.play.inpvp.net";
allow-query { any; };
};
zone "mco.lbsg.net" IN {
type master;
file "/etc/bind/db.mco.lbsg.net";
allow-query { any; };
};
zone "mco.cubecraft.net" IN {
type master;
file "/etc/bind/db.mco.cubecraft.net";
allow-query { any; };
};
zone "play.galaxite.net" IN {
type master;
file "/etc/bind/db.play.galaxite.net";
allow-query { any; };
};
zone "play.pixelparadise.gg" IN {
type master;
file "/etc/bind/db.play.pixelparadise.gg";
allow-query { any; };
};