Change: replace FINAL with MATCH in a progressive way

This commit is contained in:
Dreamacro
2018-11-21 18:21:24 +08:00
parent c7a349e1fe
commit 05bf4d44ab
3 changed files with 28 additions and 13 deletions

View File

@ -145,8 +145,9 @@ Rule:
- DOMAIN-SUFFIX,ad.com,REJECT
- IP-CIDR,127.0.0.0/8,DIRECT
- GEOIP,CN,DIRECT
# note: there is two ","
- FINAL,,Proxy
# FINAL would remove after prerelease
# you also can use `FINAL,Proxy` or `FINAL,,Proxy` now
- MATCH,Proxy
```
## Thanks