Fix formatting of enabled field in IPs.json

This commit is contained in:
AirTouch
2026-02-16 09:49:43 +08:00
committed by GitHub
parent 47228a9fb4
commit 3577bb0bf8

View File

@@ -4,41 +4,41 @@
"hostname": "[DE]官服", "hostname": "[DE]官服",
"ip": "letsplay.minecrafttransitrailway.com", "ip": "letsplay.minecrafttransitrailway.com",
"port": 25565, "port": 25565,
"enabled": true, "enabled": true
}, },
{ {
"id": 2, "id": 2,
"hostname": "[US]加速", "hostname": "[US]加速",
"ip": "154.40.47.198", "ip": "154.40.47.198",
"port": 25565, "port": 25565,
"enabled": true, "enabled": true
}, },
{ {
"id": 3, "id": 3,
"hostname": "[DE]加速", "hostname": "[DE]加速",
"ip": "31.25.89.100", "ip": "31.25.89.100",
"port": 25565, "port": 25565,
"enabled": true, "enabled": true
}, },
{ {
"id": 4, "id": 4,
"hostname": "[CN]加速", "hostname": "[CN]加速",
"ip": "8.148.210.168", "ip": "8.148.210.168",
"port": 25565, "port": 25565,
"enabled": true, "enabled": true
}, },
{ {
"id": 5, "id": 5,
"hostname": "[DE]加速2", "hostname": "[DE]加速2",
"ip": "31.25.89.10:41598", "ip": "31.25.89.10:41598",
"port": 41598, "port": 41598,
"enabled": true, "enabled": true
}, },
{ {
"id": 6, "id": 6,
"hostname": "[HK]加速", "hostname": "[HK]加速",
"ip": "143.14.189.167", "ip": "143.14.189.167",
"port": 25565, "port": 25565,
"enabled": true, "enabled": true
} }
] ]