diff --git a/utils/speedtest/speedtest.sh b/utils/speedtest/speedtest.sh index 297145f76..e09fe46f6 100644 --- a/utils/speedtest/speedtest.sh +++ b/utils/speedtest/speedtest.sh @@ -2,7 +2,7 @@ wget -O clash.gz https://github.com/Dreamacro/clash/releases/download/v1.11.8/clash-linux-amd64-v1.11.8.gz gunzip clash.gz wget -O lite-linux-amd64 https://github.com/mahdibland/SSAggregator/releases/download/1.0.0/lite-linux-amd64 -wget -O clash_config.yml https://raw.githubusercontent.com/mahdibland/ShadowsocksAggregator/master/utils/speedtest/clash_config_eu.yml +wget -O clash_config.yml https://raw.githubusercontent.com/mahdibland/ShadowsocksAggregator/master/utils/speedtest/clash_config.yml wget -O proxychains.conf https://raw.githubusercontent.com/mahdibland/ShadowsocksAggregator/master/utils/speedtest/proxychains.conf wget -O lite_config.json https://raw.githubusercontent.com/mahdibland/ShadowsocksAggregator/master/utils/speedtest/lite_config.json #初始化 Clash diff --git a/utils/speedtest/speedtest2_yaml_clash.sh b/utils/speedtest/speedtest2_yaml_clash.sh index 23fbe9e10..9be12202a 100644 --- a/utils/speedtest/speedtest2_yaml_clash.sh +++ b/utils/speedtest/speedtest2_yaml_clash.sh @@ -2,9 +2,9 @@ wget -O clash.gz https://github.com/Dreamacro/clash/releases/download/v1.11.8/clash-linux-amd64-v1.11.8.gz gunzip clash.gz wget -O lite-linux-amd64 https://github.com/mahdibland/SSAggregator/releases/download/1.0.0/lite-linux-amd64 -wget -O clash_config.yml https://raw.githubusercontent.com/mahdibland/ShadowsocksAggregator/master/utils/speedtest/clash_config_eu.yml +wget -O clash_config.yml https://raw.githubusercontent.com/mahdibland/ShadowsocksAggregator/master/utils/speedtest/clash_config.yml wget -O proxychains.conf https://raw.githubusercontent.com/mahdibland/ShadowsocksAggregator/master/utils/speedtest/proxychains.conf -wget -O lite_config.json https://raw.githubusercontent.com/mahdibland/SSAggregator/master/utils/speedtest/lite_config_yaml.json +wget -O lite_config.json https://raw.githubusercontent.com/mahdibland/ShadowsocksAggregator/master/utils/speedtest/lite_config_yaml.json #初始化 Clash chmod +x ./clash && ./clash & #安装并配置 proxychains