sing-rules 2025.517.903 → 2025.519.907
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/ai.json +34 -0
- package/rules/ai.srs +0 -0
- package/rules/block.json +3856 -1488
- package/rules/block.srs +0 -0
- package/rules/dev.json +4 -0
- package/rules/dev.srs +0 -0
- package/rules/direct.json +476 -0
- package/rules/direct.srs +0 -0
- package/rules/gfw.json +10 -0
- package/rules/gfw.srs +0 -0
- package/rules/private.json +1 -0
- package/rules/private.srs +0 -0
- package/rules/proxy.json +4 -0
- package/rules/proxy.srs +0 -0
- package/rules/steam.json +6 -0
- package/rules/steam.srs +0 -0
package/rules/block.srs
CHANGED
|
Binary file
|
package/rules/dev.json
CHANGED
|
@@ -98,6 +98,9 @@
|
|
|
98
98
|
"devstreaming-cdn.apple.com",
|
|
99
99
|
"docker.com",
|
|
100
100
|
"docker.io",
|
|
101
|
+
"docker-images-prod.6aa30f8b08e16409b46e0173d6de2f56.r2.cloudflarestorage.com",
|
|
102
|
+
"docker-pinata-support.s3.amazonaws.com",
|
|
103
|
+
"dockerstatic.com",
|
|
101
104
|
"docs.rs",
|
|
102
105
|
"dot.net",
|
|
103
106
|
"dotdeb.org",
|
|
@@ -599,6 +602,7 @@
|
|
|
599
602
|
".devstreaming-cdn.apple.com",
|
|
600
603
|
".docker.com",
|
|
601
604
|
".docker.io",
|
|
605
|
+
".dockerstatic.com",
|
|
602
606
|
".docs.rs",
|
|
603
607
|
".dot.net",
|
|
604
608
|
".dotdeb.org",
|
package/rules/dev.srs
CHANGED
|
Binary file
|