浏览代码

Merge pull request #1306 from wxh06/develop

Set jsDelivr to default GFWListURL instead of GitHub Raw
Qiu Yuzhou 3 年之前
父节点
当前提交
c622d91fbd
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ShadowsocksX-NG/AppDelegate.swift

+ 1 - 1
ShadowsocksX-NG/AppDelegate.swift

@@ -100,7 +100,7 @@ class AppDelegate: NSObject, NSApplicationDelegate, NSUserNotificationCenterDele
             "LocalSocks5.Timeout": NSNumber(value: 60 as UInt),
             "LocalSocks5.EnableUDPRelay": NSNumber(value: false as Bool),
             "LocalSocks5.EnableVerboseMode": NSNumber(value: false as Bool),
-            "GFWListURL": "https://raw.githubusercontent.com/gfwlist/gfwlist/master/gfwlist.txt",
+            "GFWListURL": "https://cdn.jsdelivr.net/gh/gfwlist/gfwlist/gfwlist.txt",
             "AutoConfigureNetworkServices": NSNumber(value: true as Bool),
             "LocalHTTP.ListenAddress": "127.0.0.1",
             "LocalHTTP.ListenPort": NSNumber(value: 1087 as UInt16),