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