From 21c6e91fb19516ae4268053617711fbcf9d60c55 Mon Sep 17 00:00:00 2001 From: Optimus Primal <32876945+mwhds97@users.noreply.github.com> Date: Thu, 10 Dec 2020 23:31:36 +0800 Subject: [PATCH] Update Rule.yaml Add reference to ruleset LAN --- Clash/Rule.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Clash/Rule.yaml b/Clash/Rule.yaml index a0ab336..f92e000 100644 --- a/Clash/Rule.yaml +++ b/Clash/Rule.yaml @@ -55,6 +55,7 @@ - RULE-SET,Domestic,Domestic - RULE-SET,Domestic IPs,Domestic +- RULE-SET,LAN,DIRECT - GEOIP,CN,Domestic - MATCH,Others @@ -420,4 +421,10 @@ rule-providers: behavior: ipcidr url: 'https://gitee.com/lhie1/Rules/raw/master/Clash/Provider/Domestic%20IPs.yaml' path: ./Rules/Domestic_IPs - interval: 86400 \ No newline at end of file + interval: 86400 + LAN: + type: http + behavior: classical + url: 'https://gitee.com/lhie1/Rules/raw/master/Clash/Provider/LAN.yaml' + path: ./Rules/LAN + interval: 86400