mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-11 16:50:33 +08:00
Docs: adjust reject-drop order
Some checks failed
Build / Build (push) Has been cancelled
Build / Diff output (push) Has been cancelled
Build / Deploy to Cloudflare Pages (3.114.12) (push) Has been cancelled
Build / Deploy to GitHub and GitLab (push) Has been cancelled
Build / Remove Artifacts after Deployment (push) Has been cancelled
Some checks failed
Build / Build (push) Has been cancelled
Build / Diff output (push) Has been cancelled
Build / Deploy to Cloudflare Pages (3.114.12) (push) Has been cancelled
Build / Deploy to GitHub and GitLab (push) Has been cancelled
Build / Remove Artifacts after Deployment (push) Has been cancelled
This commit is contained in:
parent
bbffd619ad
commit
3bed037b0f
@ -59,6 +59,8 @@
|
||||
|
||||
```ini
|
||||
# Non IP
|
||||
RULE-SET,https://ruleset.skk.moe/List/non_ip/reject-drop.conf,REJECT-DROP,pre-matching
|
||||
|
||||
# 基础的 12 万拦截域名
|
||||
DOMAIN-SET,https://ruleset.skk.moe/List/domainset/reject.conf,REJECT,extended-matching
|
||||
# 额外 9 万拦截域名,作为基础的补充,启用时需要搭配基础一起使用
|
||||
@ -68,7 +70,6 @@ DOMAIN-SET,https://ruleset.skk.moe/List/domainset/reject_extra.conf,REJECT
|
||||
# DOMAIN-SET,https://ruleset.skk.moe/List/domainset/reject_phishing.conf,REJECT
|
||||
RULE-SET,https://ruleset.skk.moe/List/non_ip/reject.conf,REJECT,extended-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-drop.conf,REJECT-DROP,pre-matching
|
||||
# URL-REGEX
|
||||
# 需搭配 Surge 模块 https://ruleset.skk.moe/Modules/sukka_mitm_hostnames.sgmodule 使用
|
||||
# MITM 和 URL-REGEX 性能开销极大,不推荐使用
|
||||
@ -127,12 +128,12 @@ rule-providers:
|
||||
path: ./sukkaw_ruleset/reject_ip.txt
|
||||
|
||||
rules:
|
||||
- RULE-SET,reject_non_ip,REJECT
|
||||
- RULE-SET,reject_non_ip_drop,REJECT-DROP
|
||||
|
||||
- RULE-SET,reject_domainset,REJECT
|
||||
- RULE-SET,reject_extra_domainset,REJECT
|
||||
- RULE-SET,reject_non_ip,REJECT
|
||||
|
||||
- RULE-SET,reject_non_ip_drop,REJECT-DROP
|
||||
- RULE-SET,reject_non_ip_no_drop,REJECT
|
||||
- RULE-SET,reject_ip,REJECT
|
||||
```
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user