mirror of https://github.com/mack-a/v2ray-agent
feat(脚本): 优化clashmeta dns泄漏问题、优化规则访问速度
parent
70854be489
commit
871f183ddd
51
install.sh
51
install.sh
|
@ -7121,7 +7121,6 @@ proxy-groups:
|
||||||
proxies:
|
proxies:
|
||||||
- 节点选择
|
- 节点选择
|
||||||
- 自动选择
|
- 自动选择
|
||||||
|
|
||||||
- name: Disney
|
- name: Disney
|
||||||
type: select
|
type: select
|
||||||
use:
|
use:
|
||||||
|
@ -7227,18 +7226,6 @@ rule-providers:
|
||||||
url: https://ghproxy.com/https://raw.githubusercontent.com/Loyalsoldier/clash-rules/release/telegramcidr.txt
|
url: https://ghproxy.com/https://raw.githubusercontent.com/Loyalsoldier/clash-rules/release/telegramcidr.txt
|
||||||
path: ./ruleset/telegramcidr.yaml
|
path: ./ruleset/telegramcidr.yaml
|
||||||
interval: 86400
|
interval: 86400
|
||||||
cncidr:
|
|
||||||
type: http
|
|
||||||
behavior: ipcidr
|
|
||||||
url: https://ghproxy.com/https://raw.githubusercontent.com/Loyalsoldier/clash-rules/release/cncidr.txt
|
|
||||||
path: ./ruleset/cncidr.yaml
|
|
||||||
interval: 86400
|
|
||||||
lancidr:
|
|
||||||
type: http
|
|
||||||
behavior: ipcidr
|
|
||||||
url: https://ghproxy.com/https://raw.githubusercontent.com/Loyalsoldier/clash-rules/release/lancidr.txt
|
|
||||||
path: ./ruleset/lancidr.yaml
|
|
||||||
interval: 86400
|
|
||||||
applications:
|
applications:
|
||||||
type: http
|
type: http
|
||||||
behavior: classical
|
behavior: classical
|
||||||
|
@ -7299,43 +7286,36 @@ rule-providers:
|
||||||
url: https://ghproxy.com/https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Clash/Spotify/Spotify.yaml
|
url: https://ghproxy.com/https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Clash/Spotify/Spotify.yaml
|
||||||
path: ./ruleset/spotify.yaml
|
path: ./ruleset/spotify.yaml
|
||||||
interval: 86400
|
interval: 86400
|
||||||
ChinaMax:
|
|
||||||
type: http
|
|
||||||
behavior: classical
|
|
||||||
interval: 86400
|
|
||||||
url: https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Clash/ChinaMax/ChinaMax.yaml
|
|
||||||
path: ./Rules/ChinaMax.yaml
|
|
||||||
ChinaMaxDomain:
|
ChinaMaxDomain:
|
||||||
type: http
|
type: http
|
||||||
behavior: domain
|
behavior: domain
|
||||||
interval: 86400
|
interval: 86400
|
||||||
url: https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Clash/ChinaMax/ChinaMaxDomain.yaml
|
url: https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Clash/ChinaMax/ChinaMax_Domain.yaml
|
||||||
path: ./Rules/ChinaMaxDomain.yaml
|
path: ./Rules/ChinaMaxDomain.yaml
|
||||||
ChinaMaxIPNoIPv6:
|
ChinaMaxIPNoIPv6:
|
||||||
type: http
|
type: http
|
||||||
behavior: ipcidr
|
behavior: ipcidr
|
||||||
interval: 86400
|
interval: 86400
|
||||||
url: https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Clash/ChinaMax/ChinaMaxIPNoIPv6.yaml
|
url: https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Clash/ChinaMax/ChinaMax_IP_No_IPv6.yaml
|
||||||
path: ./Rules/ChinaMaxIPNoIPv6.yaml
|
path: ./Rules/ChinaMaxIPNoIPv6.yaml
|
||||||
rules:
|
rules:
|
||||||
- GEOIP,LAN,本地直连
|
- RULE-SET,Google,Google,no-resolve
|
||||||
- GEOIP,CN,本地直连
|
- RULE-SET,YouTube,YouTube,no-resolve
|
||||||
- RULE-SET,applications,本地直连
|
|
||||||
- RULE-SET,direct,本地直连
|
|
||||||
- RULE-SET,lancidr,本地直连
|
|
||||||
- RULE-SET,cncidr,本地直连
|
|
||||||
- RULE-SET,GitHub,GitHub
|
- RULE-SET,GitHub,GitHub
|
||||||
- RULE-SET,telegramcidr,Telegram
|
- RULE-SET,telegramcidr,Telegram,no-resolve
|
||||||
- RULE-SET,YouTube,YouTube
|
- RULE-SET,Spotify,Spotify,no-resolve
|
||||||
- RULE-SET,Spotify,Spotify
|
|
||||||
- RULE-SET,Netflix,Netflix
|
- RULE-SET,Netflix,Netflix
|
||||||
- RULE-SET,HBO,HBO
|
- RULE-SET,HBO,HBO
|
||||||
- RULE-SET,Bing,Bing
|
- RULE-SET,Bing,Bing
|
||||||
- RULE-SET,OpenAI,OpenAI
|
- RULE-SET,OpenAI,OpenAI
|
||||||
- RULE-SET,Disney,Disney
|
- RULE-SET,Disney,Disney
|
||||||
- RULE-SET,Google,Google
|
|
||||||
- RULE-SET,proxy,全球代理
|
- RULE-SET,proxy,全球代理
|
||||||
- RULE-SET,gfw,全球代理
|
- RULE-SET,gfw,全球代理
|
||||||
|
- RULE-SET,applications,本地直连
|
||||||
|
- RULE-SET,ChinaMaxDomain,本地直连
|
||||||
|
- GEOIP,LAN,本地直连,no-resolve
|
||||||
|
- GEOIP,CN,本地直连,no-resolve
|
||||||
|
- GEOIP,ChinaMaxIPNoIPv6,本地直连,no-resolve
|
||||||
- MATCH,漏网之鱼
|
- MATCH,漏网之鱼
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
@ -7782,7 +7762,7 @@ menu() {
|
||||||
cd "$HOME" || exit
|
cd "$HOME" || exit
|
||||||
echoContent red "\n=============================================================="
|
echoContent red "\n=============================================================="
|
||||||
echoContent green "作者:mack-a"
|
echoContent green "作者:mack-a"
|
||||||
echoContent green "当前版本:v2.9.18"
|
echoContent green "当前版本:v2.9.19"
|
||||||
echoContent green "Github:https://github.com/mack-a/v2ray-agent"
|
echoContent green "Github:https://github.com/mack-a/v2ray-agent"
|
||||||
echoContent green "描述:八合一共存脚本\c"
|
echoContent green "描述:八合一共存脚本\c"
|
||||||
showInstallStatus
|
showInstallStatus
|
||||||
|
@ -7861,15 +7841,8 @@ menu() {
|
||||||
10)
|
10)
|
||||||
updateV2RayCDN 1
|
updateV2RayCDN 1
|
||||||
;;
|
;;
|
||||||
# 10)
|
|
||||||
# ipv6Routing 1
|
|
||||||
# ;;
|
|
||||||
# 11)
|
|
||||||
# warpRouting 1
|
|
||||||
# ;;
|
|
||||||
11)
|
11)
|
||||||
routingToolsMenu 1
|
routingToolsMenu 1
|
||||||
# streamingToolbox 1
|
|
||||||
;;
|
;;
|
||||||
12)
|
12)
|
||||||
addCorePort 1
|
addCorePort 1
|
||||||
|
|
Loading…
Reference in New Issue