From 8fa254580a35d755f233cfc24c4dd74ee5a118d1 Mon Sep 17 00:00:00 2001 From: yangweihome <2248568041@qq.com> Date: Fri, 3 Dec 2021 17:57:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=86=B2=E7=AA=81=E8=A7=A3=E5=86=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../org/nico/ratel/landlords/client/SimpleClient.java | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/landlords-client/src/main/java/org/nico/ratel/landlords/client/SimpleClient.java b/landlords-client/src/main/java/org/nico/ratel/landlords/client/SimpleClient.java index 8ce68e4..0b8cb0d 100644 --- a/landlords-client/src/main/java/org/nico/ratel/landlords/client/SimpleClient.java +++ b/landlords-client/src/main/java/org/nico/ratel/landlords/client/SimpleClient.java @@ -28,17 +28,8 @@ public class SimpleClient { public static String protocol = "pb"; private final static String[] serverAddressSource = new String[]{ -<<<<<<< HEAD -// "https://raw.githubusercontent.com/ainilili/ratel/master/serverlist.json", + "https://raw.githubusercontent.com/ainilili/ratel/master/serverlist.json", "https://gitee.com/ainilili/ratel/raw/master/serverlist.json" -======= - "https://raw.githubusercontent.com/ainilili/ratel/master/serverlist.json", //Source - "https://cdn.jsdelivr.net/gh/ainilili/ratel@master/serverlist.json", //CN CDN - "https://raw.fastgit.org/ainilili/ratel/master/serverlist.json", //HongKong CDN - "https://cdn.staticaly.com/gh/ainilili/ratel/master/serverlist.json", //Japanese CDN - "https://ghproxy.com/https://raw.githubusercontent.com/ainilili/ratel/master/serverlist.json", //Korea CDN - "https://gitee.com/ainilili/ratel/raw/master/serverlist.json" //CN Gitee ->>>>>>> bb37c563fd6788bc8763267c2b7936de2a386ae4 }; public static void main(String[] args) throws InterruptedException, IOException, URISyntaxException {