更新 'README.md'

This commit is contained in:
2022-10-03 14:22:09 +08:00
parent 83ca0bec0c
commit f1afb3544b
+8 -8
View File
@@ -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
``` ```