From 47228a9fb4c448ae6a193965d6a82252318d9157 Mon Sep 17 00:00:00 2001 From: AirTouch <143876778+AirTouch666@users.noreply.github.com> Date: Mon, 16 Feb 2026 09:27:04 +0800 Subject: [PATCH] Create IPs.json --- IPs.json | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 IPs.json diff --git a/IPs.json b/IPs.json new file mode 100644 index 0000000..2e86f3e --- /dev/null +++ b/IPs.json @@ -0,0 +1,44 @@ +[ + { + "id": 1, + "hostname": "[DE]官服", + "ip": "letsplay.minecrafttransitrailway.com", + "port": 25565, + "enabled": true, + }, + { + "id": 2, + "hostname": "[US]加速", + "ip": "154.40.47.198", + "port": 25565, + "enabled": true, + }, + { + "id": 3, + "hostname": "[DE]加速", + "ip": "31.25.89.100", + "port": 25565, + "enabled": true, + }, + { + "id": 4, + "hostname": "[CN]加速", + "ip": "8.148.210.168", + "port": 25565, + "enabled": true, + }, + { + "id": 5, + "hostname": "[DE]加速2", + "ip": "31.25.89.10:41598", + "port": 41598, + "enabled": true, + }, + { + "id": 6, + "hostname": "[HK]加速", + "ip": "143.14.189.167", + "port": 25565, + "enabled": true, + } +]