Update README + Fix Reject Rules (#9)

This commit is contained in:
GetSomeCats
2023-06-20 22:09:00 +08:00
committed by GitHub
parent e143a6938a
commit 00abd4c573
2 changed files with 6 additions and 6 deletions

View File

@@ -19,10 +19,10 @@
#### 广告拦截 / 隐私保护 / Malware 拦截 / Phiishing 拦截
```ini
RULE-SET,https://ruleset.skk.moe/List/non_ip/reject.conf,reject
DOMAIN-SET,https://ruleset.skk.moe/List/domainset/reject.conf,reject-tinygif
DOMAIN-SET,https://ruleset.skk.moe/List/domainset/reject_phishing.conf,reject
RULE-SET,https://ruleset.skk.moe/List/ip/reject.conf,reject-drop
RULE-SET,https://ruleset.skk.moe/List/non_ip/reject.conf,REJECT
DOMAIN-SET,https://ruleset.skk.moe/List/domainset/reject.conf,REJECT-TINYGIF
DOMAIN-SET,https://ruleset.skk.moe/List/domainset/reject_phishing.conf,REJECT
RULE-SET,https://ruleset.skk.moe/List/ip/reject.conf,REJECT-DROP
```
- 自动生成
@@ -33,7 +33,7 @@ RULE-SET,https://ruleset.skk.moe/List/ip/reject.conf,reject-drop
#### 搜狗输入法
```ini
RULE-SET,https://ruleset.skk.moe/List/non_ip/sogouinput.conf,reject-drop
RULE-SET,https://ruleset.skk.moe/List/non_ip/sogouinput.conf,
```
- 人工维护