We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e268d50 commit 8e227d1Copy full SHA for 8e227d1
conf/config.toml
@@ -16,7 +16,9 @@ rename_pattern = "${COUNTRYCODE}_${CITY}_${ISP}"
16
need_add_pool = true
17
# 代理节点池
18
pools = [
19
- "https://raw.githubusercontent.com/Ruk1ng001/freeSub/main/clash.yaml"
+ "https://raw.githubusercontent.com/Ruk1ng001/freeSub/main/clash.yaml",
20
+ "https://raw.githubusercontent.com/PuddinCat/BestClash/refs/heads/main/proxies.yaml",
21
+ "https://raw.githubusercontent.com/chengaopan/AutoMergePublicNodes/master/list.txt",
22
]
23
24
# 测试分组大小
@@ -26,7 +28,7 @@ test_group_size = 50
26
28
[connect_test]
27
29
url = "http://www.google.com/generate_204"
30
expected = 204
-timeout = 500
31
+timeout = 1000
32
33
# 带宽测速配置
34
[speed_test]
0 commit comments