sing-rules 2025.1211.838 → 2025.1212.837
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/rules/block.json +606 -6
- package/rules/block.srs +0 -0
- package/rules/dev.json +4 -0
- package/rules/dev.srs +0 -0
- package/rules/direct.json +226 -152
- package/rules/direct.srs +0 -0
- package/rules/games.json +2 -0
- package/rules/games.srs +0 -0
- package/rules/geoip-cn.json +218 -150
- package/rules/geoip-cn.srs +0 -0
- package/rules/geosites-cn.json +8 -2
- package/rules/geosites-cn.srs +0 -0
- package/rules/geosites-not-cn.json +10 -0
- package/rules/geosites-not-cn.srs +0 -0
- package/rules/netflix.json +5 -7
- package/rules/sources.json +4 -0
- package/rules/sources.srs +0 -0
- package/rules/tiktok.json +8 -0
- package/rules/tiktok.srs +0 -0
package/rules/block.srs
CHANGED
|
Binary file
|
package/rules/dev.json
CHANGED
|
@@ -69,11 +69,13 @@
|
|
|
69
69
|
"codeberg.page",
|
|
70
70
|
"codeforaliving.io",
|
|
71
71
|
"codethemicrobit.com",
|
|
72
|
+
"collector.github.com",
|
|
72
73
|
"compass.is",
|
|
73
74
|
"componentkit.org",
|
|
74
75
|
"compose-spec.io",
|
|
75
76
|
"conda.io",
|
|
76
77
|
"consul.io",
|
|
78
|
+
"copilot-telemetry.githubusercontent.com",
|
|
77
79
|
"cpan.org",
|
|
78
80
|
"crates.io",
|
|
79
81
|
"cups.org",
|
|
@@ -594,11 +596,13 @@
|
|
|
594
596
|
".codeberg.page",
|
|
595
597
|
".codeforaliving.io",
|
|
596
598
|
".codethemicrobit.com",
|
|
599
|
+
".collector.github.com",
|
|
597
600
|
".compass.is",
|
|
598
601
|
".componentkit.org",
|
|
599
602
|
".compose-spec.io",
|
|
600
603
|
".conda.io",
|
|
601
604
|
".consul.io",
|
|
605
|
+
".copilot-telemetry.githubusercontent.com",
|
|
602
606
|
".cpan.org",
|
|
603
607
|
".crates.io",
|
|
604
608
|
".cups.org",
|
package/rules/dev.srs
CHANGED
|
Binary file
|