mirror of
https://github.com/GeyserMC/GeyserConnect.git
synced 2025-06-26 06:15:21 +02:00
Add Pixel Paradise
This commit is contained in:
parent
3ef1994195
commit
e2479b8e9a
3 changed files with 24 additions and 0 deletions
11
bind9/db.play.pixelparadise.gg
Normal file
11
bind9/db.play.pixelparadise.gg
Normal 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
|
|
@ -41,3 +41,9 @@ zone "play.galaxite.net" IN {
|
||||||
file "/etc/bind/db.play.galaxite.net";
|
file "/etc/bind/db.play.galaxite.net";
|
||||||
allow-query { any; };
|
allow-query { any; };
|
||||||
};
|
};
|
||||||
|
|
||||||
|
zone "play.pixelparadise.gg" IN {
|
||||||
|
type master;
|
||||||
|
file "/etc/bind/db.play.pixelparadise.gg";
|
||||||
|
allow-query { any; };
|
||||||
|
};
|
||||||
|
|
|
@ -88,6 +88,13 @@ servers:
|
||||||
category: OFFICIAL
|
category: OFFICIAL
|
||||||
imageUrl: 'https://pbs.twimg.com/profile_images/1332400307050045441/MHQvGEUP_400x400.jpg'
|
imageUrl: 'https://pbs.twimg.com/profile_images/1332400307050045441/MHQvGEUP_400x400.jpg'
|
||||||
|
|
||||||
|
- name: Pixel Paradise
|
||||||
|
address: 40.87.84.59
|
||||||
|
port: 19132
|
||||||
|
bedrock: true
|
||||||
|
category: OFFICIAL
|
||||||
|
imageUrl: 'https://xforgeassets001.xboxlive.com/pf-title-b63a0803d3653643-20ca2/fa7681c4-673d-40e4-9b6a-61d5d0f93d14/PixelParadise.jpg'
|
||||||
|
|
||||||
- name: Official Geyser Test Server
|
- name: Official Geyser Test Server
|
||||||
address: test.geysermc.org
|
address: test.geysermc.org
|
||||||
port: 19132
|
port: 19132
|
||||||
|
|
Loading…
Add table
Reference in a new issue