forked from git-mirrors/GeyserConnect
Add galaxite dns config
This commit is contained in:
parent
7ac78241f2
commit
045f48da7d
2 changed files with 17 additions and 0 deletions
11
bind9/db.play.galaxite.net
Normal file
11
bind9/db.play.galaxite.net
Normal file
|
@ -0,0 +1,11 @@
|
|||
@ in SOA play.galaxite.net. admin.play.galaxite.net. (
|
||||
2014030801 ; serial
|
||||
1D ; refresh
|
||||
1H ; retry
|
||||
1W ; expire
|
||||
3H ) ; minimum
|
||||
|
||||
@ NS play.galaxite.net.
|
||||
|
||||
IN A 167.71.133.54
|
||||
IN AAAA 2a03:b0c0:1:e0::6a5:b001
|
|
@ -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
Reference in a new issue