Add Pixel Paradise

This commit is contained in:
rtm516 2021-06-09 10:55:34 +01:00
commit e2479b8e9a
No known key found for this signature in database
GPG key ID: 331715B8B007C67A
3 changed files with 24 additions and 0 deletions

View file

@ -41,3 +41,9 @@ zone "play.galaxite.net" IN {
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; };
};