更新 'README.md'
This commit is contained in:
@@ -3,23 +3,23 @@
|
|||||||
```
|
```
|
||||||
rule-providers:
|
rule-providers:
|
||||||
|
|
||||||
myProxy:
|
myproxy:
|
||||||
type: http
|
type: http
|
||||||
behavior: classical
|
behavior: classical
|
||||||
url: "https://gitea.kknode.cn/LambdaExpression/clash-rules/raw/branch/master/proxy.yaml"
|
url: "http://gitea.kknode.cn/LambdaExpression/clash-rules/raw/branch/master/myproxy.yaml"
|
||||||
path: ./ruleset/myProxy.yaml
|
path: ./ruleset/myproxy.yaml
|
||||||
interval: 86400
|
interval: 86400
|
||||||
|
|
||||||
myReject:
|
myreject:
|
||||||
type: http
|
type: http
|
||||||
behavior: classical
|
behavior: classical
|
||||||
url: "https://gitea.kknode.cn/LambdaExpression/clash-rules/raw/branch/master/reject.yaml"
|
url: "http://gitea.kknode.cn/LambdaExpression/clash-rules/raw/branch/master/myproxy.yaml"
|
||||||
path: ./ruleset/myReject.yaml
|
path: ./ruleset/myreject.yaml
|
||||||
interval: 86400
|
interval: 86400
|
||||||
|
|
||||||
rules:
|
rules:
|
||||||
|
|
||||||
- RULE-SET,myProxy,PROXY
|
- RULE-SET,myproxy,PROXY
|
||||||
- RULE-SET,myReject,REJECT
|
- RULE-SET,myreject,REJECT
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user