sing-rules 2025.821.901 → 2025.823.900
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 +1052 -22
- package/rules/block.srs +0 -0
- package/rules/dev.json +2 -0
- package/rules/dev.srs +0 -0
- package/rules/direct.json +174 -76
- package/rules/direct.srs +0 -0
- package/rules/gfw.json +4 -0
- package/rules/gfw.srs +0 -0
- package/rules/netflix.json +0 -1
- package/rules/proxy.json +2 -0
- package/rules/proxy.srs +0 -0
- package/rules/sources.json +2 -0
- package/rules/sources.srs +0 -0
package/rules/block.srs
CHANGED
|
Binary file
|
package/rules/dev.json
CHANGED
|
@@ -187,6 +187,7 @@
|
|
|
187
187
|
"git-scm.com",
|
|
188
188
|
"gitbook.com",
|
|
189
189
|
"gitbook.io",
|
|
190
|
+
"github.ai",
|
|
190
191
|
"github.blog",
|
|
191
192
|
"github.com",
|
|
192
193
|
"github.community",
|
|
@@ -671,6 +672,7 @@
|
|
|
671
672
|
".git-scm.com",
|
|
672
673
|
".gitbook.com",
|
|
673
674
|
".gitbook.io",
|
|
675
|
+
".github.ai",
|
|
674
676
|
".github.blog",
|
|
675
677
|
".github.com",
|
|
676
678
|
".github.community",
|
package/rules/dev.srs
CHANGED
|
Binary file
|