mirror of
https://github.com/v2board/v2board.git
synced 2025-06-15 22:27:50 +08:00
Protocols: force the current subscription domain to be a direct rule
This commit is contained in:
@ -31,6 +31,9 @@ DOMAIN-SUFFIX,naver.com,Proxy
|
||||
DOMAIN-SUFFIX,smartmediarep.com,Proxy
|
||||
DOMAIN-SUFFIX,technews.tw,Proxy
|
||||
|
||||
# 强制订阅域名直连
|
||||
DOMAIN,$subs_domain,DIRECT
|
||||
|
||||
# 实用规则片段集
|
||||
# RULE-SET,https://cdn.jsdelivr.net/gh/Hackl0us/SS-Rule-Snippet@master/Rulesets/Surge/Basic/Apple-News.list,Proxy
|
||||
RULE-SET,https://cdn.jsdelivr.net/gh/Hackl0us/SS-Rule-Snippet@master/Rulesets/Surge/Basic/Apple-proxy.list,Proxy
|
||||
|
@ -27,6 +27,7 @@ ipv6 = true
|
||||
|
||||
test-timeout = 4
|
||||
proxy-test-url = http://www.gstatic.com/generate_204
|
||||
geoip-maxmind-url = https://cdn.jsdelivr.net/gh/Hackl0us/GeoIP2-CN@release/Country.mmdb
|
||||
|
||||
[Replica]
|
||||
hide-apple-request = true
|
||||
@ -55,6 +56,9 @@ fallback = fallback, $proxy_group, url=http://www.gstatic.com/generate_204, inte
|
||||
# 自定义规则
|
||||
## 您可以在此处插入自定义规则
|
||||
|
||||
# 强制订阅域名直连
|
||||
DOMAIN,$subs_domain,DIRECT
|
||||
|
||||
# 实用规则片段集
|
||||
# RULE-SET,https://cdn.jsdelivr.net/gh/Hackl0us/SS-Rule-Snippet@master/Rulesets/Surge/Basic/Apple-News.list,Proxy
|
||||
RULE-SET,https://cdn.jsdelivr.net/gh/Hackl0us/SS-Rule-Snippet@master/Rulesets/Surge/Basic/Apple-proxy.list,Proxy
|
||||
|
Reference in New Issue
Block a user