From 4fdb817d4a9876e5843f3ab350ce2dd307c5d3ef Mon Sep 17 00:00:00 2001 From: TranquillyUnpleasant <62061444+TranquillyUnpleasant@users.noreply.github.com> Date: Mon, 5 Jul 2021 06:16:47 +0500 Subject: [PATCH] move domains (#5542) --- servers_v6.json | 4 ---- servers_v7.json | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/servers_v6.json b/servers_v6.json index aea751bf79..1be97e5f26 100644 --- a/servers_v6.json +++ b/servers_v6.json @@ -27,10 +27,6 @@ "name": "BE6.RUN", "address": ["be6.run", "mindustrycn.top"] }, - { - "name": "io", - "address": ["mindustry.io.community", "mindustry.io.community:1000", "mindustry.io.community:2000", "mindustry.io.community:3000", "mindustry.io.community:4000"] - }, { "name": "ECAN", "address": ["mindustry.ecansol.com:6597", "mindustry.ecansol.com:6499", "mindustry.ecansol.com:6599"] diff --git a/servers_v7.json b/servers_v7.json index 47bd240cb2..6342cdb659 100644 --- a/servers_v7.json +++ b/servers_v7.json @@ -41,5 +41,9 @@ { "name": "Obvilion Network", "address": "obvilionnetwork.ru:7004" + }, + { + "name": "io", + "address": ["mindustry.io.community", "mindustry.io.community:1000", "mindustry.io.community:2000", "mindustry.io.community:3000"] } ]