mirror of
https://github.com/KANIKIG/Multi-EasyGost.git
synced 2025-08-10 00:52:32 +00:00
增加gost国内加速下载镜像
This commit is contained in:
@@ -35,6 +35,7 @@
|
||||
- relay+wss
|
||||
- 落地机一键创建ss或socks5代理 (gost内置)
|
||||
- 支持多传输类型的多落地简单型均衡负载
|
||||
- 增加gost国内加速下载镜像
|
||||
|
||||
## 功能展示
|
||||
|
||||
|
||||
6
gost.sh
6
gost.sh
@@ -455,19 +455,19 @@ function method() {
|
||||
],
|
||||
\"ChainNodes\": [
|
||||
\"relay+wss://$d_ip:$d_port\"" >>$gost_conf_path
|
||||
elif [ "$is_encrypt" == "peertls" ]; then
|
||||
elif [ "$is_encrypt" == "peertls" ]; then
|
||||
echo " \"tcp://:$s_port\",
|
||||
\"udp://:$s_port\"
|
||||
],
|
||||
\"ChainNodes\": [
|
||||
\"relay+tls://:?ip=/root/$d_ip.txt&strategy=$d_port\"" >>$gost_conf_path
|
||||
elif [ "$is_encrypt" == "peerws" ]; then
|
||||
elif [ "$is_encrypt" == "peerws" ]; then
|
||||
echo " \"tcp://:$s_port\",
|
||||
\"udp://:$s_port\"
|
||||
],
|
||||
\"ChainNodes\": [
|
||||
\"relay+ws://:?ip=/root/$d_ip.txt&strategy=$d_port\"" >>$gost_conf_path
|
||||
elif [ "$is_encrypt" == "peerwss" ]; then
|
||||
elif [ "$is_encrypt" == "peerwss" ]; then
|
||||
echo " \"tcp://:$s_port\",
|
||||
\"udp://:$s_port\"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user