Add galaxite dns config

This commit is contained in:
rtm516 2021-01-23 11:14:56 +00:00
commit 045f48da7d
No known key found for this signature in database
GPG key ID: 331715B8B007C67A
2 changed files with 17 additions and 0 deletions

View file

@ -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; };
};