mirror of
https://github.com/GeyserMC/GeyserConnect.git
synced 2025-06-26 06:15:21 +02:00
43 lines
942 B
Text
43 lines
942 B
Text
//
|
|
// 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; };
|
|
};
|