mirror of
https://github.com/GeyserMC/GeyserConnect.git
synced 2025-09-10 16:22:49 +02:00
Add galaxite dns config
This commit is contained in:
parent
7ac78241f2
commit
045f48da7d
2 changed files with 17 additions and 0 deletions
|
@ -35,3 +35,9 @@ zone "mco.cubecraft.net" IN {
|
|||
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; };
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue