Skip to content

Commit

Permalink
Update CDN & Domestic Hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
SukkaW committed Oct 21, 2024
1 parent 53afe58 commit 24f1438
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Source/domainset/cdn.conf
Original file line number Diff line number Diff line change
Expand Up @@ -992,7 +992,7 @@ cdn.cxense.com
static.klaviyo.com
cdn.wishpond.net
app.viral-loops.com
widget.cluster.groovehq.com
.widget.cluster.groovehq.com
bot.ivy.ai
cdn.dotaoutpost.com
widget.uservoice.com
Expand Down
9 changes: 6 additions & 3 deletions Source/non_ip/domestic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export const DOMESTICS: Record<string, DNSMapping> = {
'+gdtimg.com',
'+idqqimg.com',
'+udqqimg.com',
'igamecj.com',
'+igamecj.com', // apex domain no DNS resolution
'myapp.com',
'+myqcloud.com',
'dnspod.com',
Expand All @@ -109,6 +109,7 @@ export const DOMESTICS: Record<string, DNSMapping> = {
'qqmail.com',
'qzone.com',
'+tencent-cloud.net',
'+tencent-cloud.com', // apex doain resolve to 0.0.0.1 by DNSPod public DNS
'tencent.com',
'tencent.com.cn',
'tencentmusic.com',
Expand All @@ -120,7 +121,7 @@ export const DOMESTICS: Record<string, DNSMapping> = {
'sogo.com',
'sogou.com',
'+sogoucdn.com',
'roblox.cn',
'+roblox.cn', // main domain is redirected to roblox.qq.com, only subdomain no redirect
'robloxdev.cn',
'wegame.com',
'wegame.com.cn',
Expand Down Expand Up @@ -193,7 +194,9 @@ export const DOMESTICS: Record<string, DNSMapping> = {
'duokan.com',
'+mi-img.com',
'+mi-idc.com',
'mi-fds.com',
'+xiaoaisound.com', // only subdomains
'+xiaomixiaoai.com', // only subdomains
'+mi-fds.com',
'+mifile.cn',
'miui.com',
'xiaomi.com',
Expand Down

0 comments on commit 24f1438

Please sign in to comment.