This commit is contained in:
meizu
2022-04-14 10:00:19 +08:00
commit 998f4f3993
3 changed files with 35 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
## clash-rules
```
myProxy:
type: http
behavior: classical
url: "https://gitee.com/LambdaExpression/clash-rules/raw/master/ruleset/proxy.yaml"
path: ./ruleset/myProxy.yaml
interval: 86400
myReject:
type: http
behavior: classical
url: "https://gitee.com/LambdaExpression/clash-rules/raw/master/ruleset/reject.yaml"
path: ./ruleset/myReject.yaml
interval: 86400
```