sing-rules 2025.805.914 → 2025.805.1346

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sing-rules",
3
- "version": "2025.805.914",
3
+ "version": "2025.805.1346",
4
4
  "description": "sing-box rule sets base on Loyalsoldier/v2ray-rules-dat",
5
5
  "license": "GPL-3.0-or-later",
6
6
  "homepage": "https://github.com/moonfruit/sing-rules#readme",
@@ -0,0 +1,159 @@
1
+ {
2
+ "version": 1,
3
+ "rules": [
4
+ {
5
+ "domain": [
6
+ "apt.postgresql.org",
7
+ "apt.puppet.com",
8
+ "artifacthub.io",
9
+ "atom.io",
10
+ "bitbucket.org",
11
+ "blob.core.windows.net",
12
+ "cpan.org",
13
+ "crates.io",
14
+ "dependabot.com",
15
+ "dl.google.com",
16
+ "docker.com",
17
+ "docker.elastic.co",
18
+ "docker.io",
19
+ "docker.swagger.io",
20
+ "download.postgresql.org",
21
+ "fsdn.com",
22
+ "fury.io",
23
+ "gcr.io",
24
+ "gemfury.com",
25
+ "ghcr.io",
26
+ "git.io",
27
+ "github.blog",
28
+ "github.com",
29
+ "github.community",
30
+ "github.dev",
31
+ "github.io",
32
+ "github-cloud.s3.amazonaws.com",
33
+ "githubapp.com",
34
+ "githubassets.com",
35
+ "githubcopilot.com",
36
+ "githubhackathon.com",
37
+ "githubnext.com",
38
+ "githubpreview.dev",
39
+ "githubstatus.com",
40
+ "githubuniverse.com",
41
+ "githubusercontent.com",
42
+ "gitlab.com",
43
+ "gitlab.io",
44
+ "gitlab.net",
45
+ "gitlab-assets.oss-cn-hongkong.aliyuncs.com",
46
+ "gitlab-static.net",
47
+ "go.etcd.io",
48
+ "go.mongodb.org",
49
+ "go.uber.org",
50
+ "golang.org",
51
+ "googlesource.com",
52
+ "gopkg.in",
53
+ "gradle.org",
54
+ "icr.io",
55
+ "lscr.io",
56
+ "luarocks.org",
57
+ "maven.org",
58
+ "mcr.microsoft.com",
59
+ "metacpan.org",
60
+ "myoctocat.com",
61
+ "nodesource.com",
62
+ "npm.community",
63
+ "npmjs.com",
64
+ "npmjs.org",
65
+ "nvcr.io",
66
+ "opensource.guide",
67
+ "opensource.wandisco.com",
68
+ "packagecloud.io",
69
+ "packages.microsoft.com",
70
+ "pypi.org",
71
+ "quay.io",
72
+ "registry.jetbrains.team",
73
+ "registry.k8s.io",
74
+ "repo.mongodb.org",
75
+ "repo.new",
76
+ "rocks.moonscript.org",
77
+ "rubygems.org",
78
+ "sf.net",
79
+ "shibboleth.net",
80
+ "snapcraft.io",
81
+ "sourceforge.com",
82
+ "sourceforge.net",
83
+ "thegithubshop.com",
84
+ "yarnpkg.com",
85
+ "yum.puppet.com",
86
+ "zypp.postgresql.org"
87
+ ],
88
+ "domain_suffix": [
89
+ ".artifacthub.io",
90
+ ".atom.io",
91
+ ".bitbucket.org",
92
+ ".blob.core.windows.net",
93
+ ".cpan.org",
94
+ ".crates.io",
95
+ ".dependabot.com",
96
+ ".docker.com",
97
+ ".docker.elastic.co",
98
+ ".docker.io",
99
+ ".docker.swagger.io",
100
+ ".fsdn.com",
101
+ ".fury.io",
102
+ ".gcr.io",
103
+ ".gemfury.com",
104
+ ".ghcr.io",
105
+ ".git.io",
106
+ ".github.blog",
107
+ ".github.com",
108
+ ".github.community",
109
+ ".github.dev",
110
+ ".github.io",
111
+ ".githubapp.com",
112
+ ".githubassets.com",
113
+ ".githubcopilot.com",
114
+ ".githubhackathon.com",
115
+ ".githubnext.com",
116
+ ".githubpreview.dev",
117
+ ".githubstatus.com",
118
+ ".githubuniverse.com",
119
+ ".githubusercontent.com",
120
+ ".gitlab.com",
121
+ ".gitlab.io",
122
+ ".gitlab.net",
123
+ ".gitlab-static.net",
124
+ ".golang.org",
125
+ ".googlesource.com",
126
+ ".gopkg.in",
127
+ ".gradle.org",
128
+ ".icr.io",
129
+ ".lscr.io",
130
+ ".luarocks.org",
131
+ ".maven.org",
132
+ ".mcr.microsoft.com",
133
+ ".metacpan.org",
134
+ ".myoctocat.com",
135
+ ".nodesource.com",
136
+ ".npm.community",
137
+ ".npmjs.com",
138
+ ".npmjs.org",
139
+ ".nvcr.io",
140
+ ".opensource.guide",
141
+ ".packagecloud.io",
142
+ ".pypi.org",
143
+ ".quay.io",
144
+ ".registry.jetbrains.team",
145
+ ".registry.k8s.io",
146
+ ".repo.new",
147
+ ".rubygems.org",
148
+ ".sf.net",
149
+ ".shibboleth.net",
150
+ ".snapcraft.io",
151
+ ".sourceforge.com",
152
+ ".sourceforge.net",
153
+ ".thegithubshop.com",
154
+ ".yarnpkg.com"
155
+ ],
156
+ "domain_regex": "^github-production-release-asset-[0-9a-zA-Z]{6}\\.s3\\.amazonaws\\.com$"
157
+ }
158
+ ]
159
+ }
Binary file