sing-rules 2025.1030.1005 → 2025.1101.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 +1098 -4338
- package/rules/block.srs +0 -0
- package/rules/dev.json +2 -0
- package/rules/dev.srs +0 -0
- package/rules/direct.json +534 -79
- package/rules/direct.srs +0 -0
- package/rules/geoip-cn.json +524 -79
- package/rules/geoip-cn.srs +0 -0
- package/rules/geosites-cn.json +10 -0
- package/rules/geosites-cn.srs +0 -0
- package/rules/geosites-not-cn.json +4 -0
- package/rules/geosites-not-cn.srs +0 -0
- package/rules/netflix.json +2 -1
package/rules/block.srs
CHANGED
|
Binary file
|
package/rules/dev.json
CHANGED
|
@@ -426,6 +426,7 @@
|
|
|
426
426
|
"scala-sbt.org",
|
|
427
427
|
"scientificlinux.org",
|
|
428
428
|
"scoop.sh",
|
|
429
|
+
"sentry.io",
|
|
429
430
|
"serverfault.com",
|
|
430
431
|
"servicetalk.io",
|
|
431
432
|
"shellcheck.net",
|
|
@@ -914,6 +915,7 @@
|
|
|
914
915
|
".scala-sbt.org",
|
|
915
916
|
".scientificlinux.org",
|
|
916
917
|
".scoop.sh",
|
|
918
|
+
".sentry.io",
|
|
917
919
|
".serverfault.com",
|
|
918
920
|
".servicetalk.io",
|
|
919
921
|
".shellcheck.net",
|
package/rules/dev.srs
CHANGED
|
Binary file
|