mirror of
https://github.com/GeyserMC/GeyserConnect.git
synced 2025-09-10 08:12:49 +02:00
Add bind9 and Docker files
This commit is contained in:
parent
03979f2808
commit
96e7049dc6
10 changed files with 121 additions and 0 deletions
37
bind9/named.conf.local
Normal file
37
bind9/named.conf.local
Normal file
|
@ -0,0 +1,37 @@
|
|||
//
|
||||
// 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; };
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue