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 81b2ac5 commit dbda8e3
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions META.js
Original file line number Diff line number Diff line change
Expand Up @@ -397,8 +397,8 @@ const rules = [
"RULE-SET,applications,DIRECT",
"RULE-SET,private,DIRECT",
"RULE-SET,reject,Advertising",
"GEOSITE,win-spy,Advertising",
"GEOSITE,win-extra,Advertising",
"RULE-SET,win-spy,Advertising",
"RULE-SET,win-extra,Advertising",
"RULE-SET,icloud,iCloud",
"RULE-SET,apple@cn,Apple",
"RULE-SET,apple,Apple",
Expand Down Expand Up @@ -529,6 +529,20 @@ const ruleProviders = {
url: "https://cdn.jsdelivr.net/gh/Loyalsoldier/\u0063\u006c\u0061\u0073\u0068-rules@release/applications.txt",
path: "./ruleset/loyalsoldier/applications.yaml",
},
"win-spy": {
...ruleProviderCommon,
format: "mrs",
behavior: "domain",
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/win-spy.mrs",
path: "./ruleset/\u006D\u0065\u0074\u0061\u0063\u0075\u0062\u0065\u0078/win-spy.mrs",
},
"win-extra": {
...ruleProviderCommon,
format: "mrs",
behavior: "domain",
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/win-extra.mrs",
path: "./ruleset/\u006D\u0065\u0074\u0061\u0063\u0075\u0062\u0065\u0078/win-extra.mrs",
},
apple: {
...ruleProviderCommon,
format: "mrs",
Expand Down

0 comments on commit dbda8e3

Please sign in to comment.