Skip to content

Commit

Permalink
Update META.js
Browse files Browse the repository at this point in the history
  • Loading branch information
xixu-me committed Oct 22, 2024
1 parent c8127dd commit 5cdb1a4
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions META.js
Original file line number Diff line number Diff line change
Expand Up @@ -412,8 +412,7 @@ const rules = [
"RULE-SET,lancidr,DIRECT,no-resolve",
"RULE-SET,cncidr,DIRECT,no-resolve",
"RULE-SET,telegramcidr,Telegram,no-resolve",
"GEOIP,LAN,DIRECT,no-resolve",
"GEOIP,CN,DIRECT,no-resolve",
"RULE-SET,cn,DIRECT,no-resolve",
"MATCH,Others",
];

Expand Down Expand Up @@ -545,6 +544,13 @@ const ruleProviders = {
url: "https://cdn.jsdelivr.net/gh/\u004D\u0065\u0074\u0061\u0043\u0075\u0062\u0065\u0058/\u006D\u0065\u0074\u0061-rules-dat@\u006D\u0065\u0074\u0061/geo/geosite/google.mrs",
path: "./ruleset/\u006D\u0065\u0074\u0061\u0063\u0075\u0062\u0065\u0078/google.mrs",
},
cn: {
...ruleProviderCommon,
format: "mrs",
behavior: "ipcidr",
url: "https://cdn.jsdelivr.net/gh/\u004D\u0065\u0074\u0061\u0043\u0075\u0062\u0065\u0058/\u006D\u0065\u0074\u0061-rules-dat@\u006D\u0065\u0074\u0061/geo/geoip/cn.mrs",
path: "./ruleset/\u006D\u0065\u0074\u0061\u0063\u0075\u0062\u0065\u0078/cn.mrs",
},
...createServiceRuleProviders(services, ruleProviderCommon),
};

Expand Down

0 comments on commit 5cdb1a4

Please sign in to comment.