From 0544436ce7c5d6477b305ca46290a498918618cb Mon Sep 17 00:00:00 2001 From: linbingjun <13425088053@139.com> Date: Thu, 14 Apr 2022 10:25:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) 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 ```