Browse Source

Update CDN & Domestic Hosts

SukkaW 1 year ago
parent
commit
574606ce97
2 changed files with 8 additions and 4 deletions
  1. 3 0
      Source/domainset/cdn.conf
  2. 5 4
      Source/non_ip/domestic.ts

+ 3 - 0
Source/domainset/cdn.conf

@@ -2250,6 +2250,7 @@ cdn.apponic.com
 # linear.app
 .cms-cdn.linear.app
 static.linear.app
+public.linear.app
 # Walmart
 .walmartimages.com
 # Temu
@@ -3128,3 +3129,5 @@ cdn.picrew.me
 assets.vantage.sh
 update.greasyfork.org
 assets.dify.ai
+cdn.hinative.com
+img.atwiki.jp

+ 5 - 4
Source/non_ip/domestic.ts

@@ -252,7 +252,8 @@ export const DOMESTICS: Record<string, DNSMapping> = {
       '+bytednsdoc.com', // Uses alidns.com as NS
       '+byteimg.com', // Uses alidns.com as NS
       '+byteacctimg.com', // Uses alidns.com as NS
-      '+ibytedapm.com' // China NS
+      '+ibytedapm.com', // China NS
+      'oceanengine.com'
     ]
   },
   BAIDU: {
@@ -345,9 +346,9 @@ export const DOH_BOOTSTRAP: Record<string, DNSMapping> = {
   },
   DNSPOD: {
     hosts: {
-      'dot.pub': ['120.53.53.53', '1.12.12.12'],
-      'doh.pub': ['120.53.53.53', '1.12.12.12'],
-      'dns.pub': ['120.53.53.53', '1.12.12.12']
+      // 'dot.pub': ['120.53.53.53', '1.12.12.12'],
+      'doh.pub': ['120.53.53.53', '1.12.12.12']
+      // 'dns.pub': ['120.53.53.53', '1.12.12.12']
     },
     realip: false,
     dns: 'https://1.12.12.12/dns-query',