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

@ -0,0 +1,11 @@
@ in SOA play.pixelparadise.gg. admin.play.pixelparadise.gg. (
2014030801 ; serial
1D ; refresh
1H ; retry
1W ; expire
3H ) ; minimum
@ NS play.pixelparadise.gg.
IN A 167.71.133.54
IN AAAA 2a03:b0c0:1:e0::6a5:b001

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