26 lines
505 B
Markdown
26 lines
505 B
Markdown
## clash-rules
|
|
|
|
```
|
|
rule-providers:
|
|
|
|
myproxy:
|
|
type: http
|
|
behavior: classical
|
|
url: "http://gitea.kknode.cn/LambdaExpression/clash-rules/raw/branch/master/myproxy.yaml"
|
|
path: ./ruleset/myproxy.yaml
|
|
interval: 86400
|
|
|
|
myreject:
|
|
type: http
|
|
behavior: classical
|
|
url: "http://gitea.kknode.cn/LambdaExpression/clash-rules/raw/branch/master/myreject.yaml"
|
|
path: ./ruleset/myreject.yaml
|
|
interval: 86400
|
|
|
|
rules:
|
|
|
|
- RULE-SET,myproxy,PROXY
|
|
- RULE-SET,myreject,REJECT
|
|
```
|
|
|