sing-rules 2024.1007.940 → 2024.1009.936
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 +2 -0
- package/rules/ai.srs +0 -0
- package/rules/block.json +200 -0
- package/rules/block.srs +0 -0
- package/rules/dev.json +2 -0
- package/rules/dev.srs +0 -0
- package/rules/direct.json +151 -98
- package/rules/direct.srs +0 -0
- package/rules/games.json +2 -0
- package/rules/games.srs +0 -0
- package/rules/gfw.json +6 -0
- package/rules/gfw.srs +0 -0
- package/rules/proxy.json +2 -0
- package/rules/proxy.srs +0 -0
package/rules/block.srs
CHANGED
|
Binary file
|
package/rules/dev.json
CHANGED
|
@@ -189,6 +189,7 @@
|
|
|
189
189
|
"github-cloud.s3.amazonaws.com",
|
|
190
190
|
"githubapp.com",
|
|
191
191
|
"githubassets.com",
|
|
192
|
+
"githubcopilot.com",
|
|
192
193
|
"githubhackathon.com",
|
|
193
194
|
"githubnext.com",
|
|
194
195
|
"githubpreview.dev",
|
|
@@ -660,6 +661,7 @@
|
|
|
660
661
|
".github.io",
|
|
661
662
|
".githubapp.com",
|
|
662
663
|
".githubassets.com",
|
|
664
|
+
".githubcopilot.com",
|
|
663
665
|
".githubhackathon.com",
|
|
664
666
|
".githubnext.com",
|
|
665
667
|
".githubpreview.dev",
|
package/rules/dev.srs
CHANGED
|
Binary file
|