|
18 | 18 | "https://ruleset.skk.moe/List/ip/reject.conf", |
19 | 19 | ], |
20 | 20 | target_path="Sukka-ad", |
21 | | - include=[SerializeFormat.Surge, SerializeFormat.Loon], |
22 | 21 | ), |
23 | 22 | SourceModel( |
24 | | - resources=[ |
25 | | - "https://ruleset.skk.moe/List/non_ip/reject-no-drop.conf", |
26 | | - ("https://ruleset.skk.moe/List/domainset/reject.conf", "DOMAIN-SET"), |
27 | | - "https://ruleset.skk.moe/List/non_ip/reject.conf", |
28 | | - "https://ruleset.skk.moe/List/ip/reject.conf", |
29 | | - ], |
30 | | - target_path="Sukka-ad", |
31 | | - include=SerializeFormat.Clash, |
32 | | - ), |
33 | | - SourceModel( |
34 | | - resources=[ |
35 | | - "https://ruleset.skk.moe/List/non_ip/reject-no-drop.conf", |
36 | | - "https://ruleset.skk.moe/List/non_ip/reject-drop.conf", |
37 | | - ("https://ruleset.skk.moe/List/domainset/reject.conf", "DOMAIN-SET"), |
38 | | - "https://ruleset.skk.moe/List/non_ip/reject.conf", |
39 | | - "https://ruleset.skk.moe/List/ip/reject.conf", |
40 | | - ], |
41 | | - target_path="Sukka-ad", |
42 | | - include=[SerializeFormat.Egern, SerializeFormat.Sing_Box], |
| 23 | + resources=( |
| 24 | + "https://ruleset.skk.moe/List/domainset/reject_extra.conf", |
| 25 | + "DOMAIN-SET", |
| 26 | + ), |
| 27 | + target_path="Sukka-ad-extra", |
43 | 28 | ), |
44 | 29 | SourceModel( |
45 | 30 | resources="https://raw.githubusercontent.com/Cats-Team/AdRules/main/adrules.list", |
|
279 | 264 | target_path="CN", |
280 | 265 | option=Option(no_resolve=False, geo_ip_country_code="CN"), |
281 | 266 | ), |
| 267 | + SourceModel( |
| 268 | + resources=( |
| 269 | + "https://github.com/xream/geoip/releases/latest/download/ipinfo.country.mmdb", |
| 270 | + "MaxMind DB", |
| 271 | + ), |
| 272 | + target_path="CN-IPinfo", |
| 273 | + option=Option(no_resolve=False, geo_ip_country_code="CN"), |
| 274 | + ), |
| 275 | + SourceModel( |
| 276 | + resources=( |
| 277 | + "https://github.com/xream/geoip/releases/latest/download/ip2location.country.mmdb", |
| 278 | + "MaxMind DB", |
| 279 | + ), |
| 280 | + target_path="CN-IP2Location", |
| 281 | + option=Option(no_resolve=False, geo_ip_country_code="CN"), |
| 282 | + ), |
282 | 283 | SourceModel( |
283 | 284 | resources="https://raw.githubusercontent.com/blackmatrix7/ios_rule_script/master/rule/Surge/OneDrive/OneDrive.list", |
284 | 285 | target_path="OneDrive", |
|
0 commit comments