diff --git a/README.md b/README.md index aad2b8a..9ce8153 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ ## clash-rules ``` +rule-providers: + myProxy: type: http behavior: classical @@ -14,5 +16,10 @@ url: "https://gitea.kknode.cn/LambdaExpression/clash-rules/raw/branch/master/reject.yaml" path: ./ruleset/myReject.yaml interval: 86400 + +rules: + + - RULE-SET,myProxy,PROXY + - RULE-SET,myReject,REJECT ```