Commit 62e96cd 1 parent 4bb53d0 commit 62e96cd Copy full SHA for 62e96cd
File tree 1 file changed +12
-0
lines changed
hosts/12kingdoms-suzu/microvm/suzi
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -209,6 +209,12 @@ group {
209
209
policy: min_avg10
210
210
}
211
211
212
+ proxy-random {
213
+ filter: name(keyword: 'UK')
214
+ filter: name(keyword: '英国')
215
+ policy: random
216
+ }
217
+
212
218
sg {
213
219
filter: name(keyword: 'Singapore')
214
220
filter: name(keyword: '新加坡')
@@ -268,6 +274,12 @@ routing {
268
274
# SSH - tcp port 22 is blocked by many proxy servers.
269
275
dport(22) && !dip(geoip:cn) && !domain(geosite:cn) -> ssh-proxy
270
276
277
+ ### GitHub / Docker Hub
278
+ ### randomly select a node from the group for every connection
279
+ ### to avoid the rate limit of GitHub API and Docker Hub API
280
+ domain(geosite:github) -> proxy-random
281
+ domain(geosite:docker) -> proxy-random
282
+
271
283
### OpenAI
272
284
domain(geosite:openai) -> sg
273
285
domain(regex:'.+\.openai$') -> sg
You can’t perform that action at this time.
0 commit comments