mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-12 09:10:35 +08:00
Docs: update pre-matching usage
This commit is contained in:
parent
267fe6a037
commit
38a23792c0
10
README.md
10
README.md
@ -28,13 +28,13 @@
|
|||||||
```ini
|
```ini
|
||||||
# Non IP
|
# Non IP
|
||||||
# 基础的 12 万拦截域名
|
# 基础的 12 万拦截域名
|
||||||
DOMAIN-SET,https://ruleset.skk.moe/List/domainset/reject.conf,REJECT
|
DOMAIN-SET,https://ruleset.skk.moe/List/domainset/reject.conf,REJECT,extended-matching,pre-matching
|
||||||
# 额外 20 万拦截域名,作为基础的补充,启用时需要搭配基础一起使用
|
# 额外 20 万拦截域名,作为基础的补充,启用时需要搭配基础一起使用
|
||||||
# 在 Surge 5 for Mac(或更新版本),即使同时启用基础和额外的拦截域名也不会导致匹配性能下降或内存占用过高
|
# 在 Surge 5 for Mac(或更新版本),即使同时启用基础和额外的拦截域名也不会导致匹配性能下降或内存占用过高
|
||||||
DOMAIN-SET,https://ruleset.skk.moe/List/domainset/reject_extra.conf,REJECT
|
DOMAIN-SET,https://ruleset.skk.moe/List/domainset/reject_extra.conf,REJECT,pre-matching
|
||||||
RULE-SET,https://ruleset.skk.moe/List/non_ip/reject.conf,REJECT,extended-matching
|
RULE-SET,https://ruleset.skk.moe/List/non_ip/reject.conf,REJECT,extended-matching,pre-matching
|
||||||
RULE-SET,https://ruleset.skk.moe/List/non_ip/reject-no-drop.conf,REJECT-NO-DROP,extended-matching
|
RULE-SET,https://ruleset.skk.moe/List/non_ip/reject-no-drop.conf,REJECT-NO-DROP,extended-matching,pre-matching
|
||||||
RULE-SET,https://ruleset.skk.moe/List/non_ip/reject-drop.conf,REJECT-DROP,extended-matching
|
RULE-SET,https://ruleset.skk.moe/List/non_ip/reject-drop.conf,REJECT-DROP,pre-matching
|
||||||
# URL-REGEX
|
# URL-REGEX
|
||||||
# 需搭配 Surge 模块 https://ruleset.skk.moe/Modules/sukka_mitm_hostnames.sgmodule 使用
|
# 需搭配 Surge 模块 https://ruleset.skk.moe/Modules/sukka_mitm_hostnames.sgmodule 使用
|
||||||
# MITM 和 URL-REGEX 性能开销极大,不推荐使用
|
# MITM 和 URL-REGEX 性能开销极大,不推荐使用
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user