commit 998f4f399374919d9abf9d4d320c4ed0a55f9c5a Author: meizu Date: Thu Apr 14 10:00:19 2022 +0800 commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..6b15d60 --- /dev/null +++ b/README.md @@ -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 +``` + diff --git a/proxy.yaml b/proxy.yaml new file mode 100644 index 0000000..4e465ac --- /dev/null +++ b/proxy.yaml @@ -0,0 +1,15 @@ +payload: + - DOMAIN-SUFFIX,google.com + - DOMAIN-SUFFIX,googleapis.com + - DOMAIN-SUFFIX,google-analytics.com + - DOMAIN-SUFFIX,recaptcha.net + - DOMAIN-SUFFIX,ipip.net + - DOMAIN-SUFFIX,noip.com + - DOMAIN-SUFFIX,inspectlet.com + - DOMAIN-SUFFIX,gstatic.com + - DOMAIN-SUFFIX,doubleclick.net + - DOMAIN-SUFFIX,boxjs.com + - DOMAIN-SUFFIX,boxjs.net + - DOMAIN-SUFFIX,sedoparking.com + - DOMAIN-SUFFIX,parklogic.com + - DOMAIN-SUFFIX,saber.love \ No newline at end of file diff --git a/reject.yaml b/reject.yaml new file mode 100644 index 0000000..24449f1 --- /dev/null +++ b/reject.yaml @@ -0,0 +1,2 @@ +payload: + - IP-CIDR,10.2.81.208/12