mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-13 01:30:37 +08:00
Update CDN & Direct & Domestic & Global Hosts
This commit is contained in:
parent
0d1fddcb81
commit
def2f1ceed
@ -528,8 +528,6 @@ sandpack-cdn-staging.blazingly.io
|
|||||||
|
|
||||||
# >> Sentry CDN
|
# >> Sentry CDN
|
||||||
.sentry-cdn.com
|
.sentry-cdn.com
|
||||||
# we are not blocking sentry dsn, but I will put it to secondary proxy anyway
|
|
||||||
.ingest.sentry.io
|
|
||||||
|
|
||||||
# >> Video CDN
|
# >> Video CDN
|
||||||
.videodelivery.net
|
.videodelivery.net
|
||||||
@ -843,15 +841,18 @@ static.agilebits.com
|
|||||||
.cdn-lfs.huggingface.co
|
.cdn-lfs.huggingface.co
|
||||||
|
|
||||||
# >> Telemetry
|
# >> Telemetry
|
||||||
# I dont mind those specifically exempted telemetry, but it definitely could use CDN policy
|
# I dont mind those specifically exempted telemetry, but it definitely could use secondary proxy policy
|
||||||
telemetry.1passwordservices.com
|
telemetry.1passwordservices.com
|
||||||
.in.applicationinsights.azure.com
|
.in.applicationinsights.azure.com
|
||||||
events.tableplus.com
|
events.tableplus.com
|
||||||
telemetry.nextjs.org
|
telemetry.nextjs.org
|
||||||
telemetry.vercel.com
|
telemetry.vercel.com
|
||||||
stats.setapp.com
|
stats.setapp.com
|
||||||
|
stats.setapp.macpaw.dev
|
||||||
.app-analytics-services.com
|
.app-analytics-services.com
|
||||||
.telemetry.services.yofi.ai
|
.telemetry.services.yofi.ai
|
||||||
|
# Sentry
|
||||||
|
.ingest.sentry.io
|
||||||
# bugsnag
|
# bugsnag
|
||||||
sessions.bugsnag.com
|
sessions.bugsnag.com
|
||||||
# influxdata
|
# influxdata
|
||||||
@ -1029,6 +1030,7 @@ cloudfront.barilliance.com
|
|||||||
analytics.welcomesoftware.com
|
analytics.welcomesoftware.com
|
||||||
learn.optimizely.com
|
learn.optimizely.com
|
||||||
micro.rubiconproject.com
|
micro.rubiconproject.com
|
||||||
|
cdn.consentmanager.net
|
||||||
|
|
||||||
loader.mantis-intelligence.com
|
loader.mantis-intelligence.com
|
||||||
mantisloader.mantis-awx.com
|
mantisloader.mantis-awx.com
|
||||||
@ -1398,6 +1400,7 @@ static.dash.cloudflare.com
|
|||||||
info.cloudflare.com
|
info.cloudflare.com
|
||||||
cf-assets.www.cloudflare.com
|
cf-assets.www.cloudflare.com
|
||||||
.nel.cloudflare.com
|
.nel.cloudflare.com
|
||||||
|
.csp-reporting.cloudflare.com
|
||||||
favicons.teams.cloudflare.com
|
favicons.teams.cloudflare.com
|
||||||
# Cloudflare Service
|
# Cloudflare Service
|
||||||
.pages.dev
|
.pages.dev
|
||||||
@ -3022,3 +3025,4 @@ cdn.prod.www.spiegel.de
|
|||||||
sp-spiegel-de.spiegel.de
|
sp-spiegel-de.spiegel.de
|
||||||
assets.newrepublic.com
|
assets.newrepublic.com
|
||||||
images.newrepublic.com
|
images.newrepublic.com
|
||||||
|
cdn-longterm.mee6.xyz
|
||||||
|
|||||||
@ -18,7 +18,8 @@ export const DIRECTS = {
|
|||||||
dns: 'system',
|
dns: 'system',
|
||||||
hosts: {},
|
hosts: {},
|
||||||
domains: [
|
domains: [
|
||||||
'securelogin.com.cn'
|
'securelogin.com.cn',
|
||||||
|
'captive.apple.com'
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
ROUTER: {
|
ROUTER: {
|
||||||
@ -100,7 +101,11 @@ export const DIRECTS = {
|
|||||||
'ts.net',
|
'ts.net',
|
||||||
// AdGuard
|
// AdGuard
|
||||||
'$injections.adguard.org',
|
'$injections.adguard.org',
|
||||||
'$local.adguard.org'
|
'$local.adguard.org',
|
||||||
|
// SetApp
|
||||||
|
'setapp.click',
|
||||||
|
// Android ADB
|
||||||
|
'_adb-tls-connect._tcp'
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
} satisfies Record<string, DNSMapping>;
|
} satisfies Record<string, DNSMapping>;
|
||||||
|
|||||||
@ -359,6 +359,7 @@ DOMAIN-SUFFIX,eatuo.com
|
|||||||
|
|
||||||
# >> Unifi China
|
# >> Unifi China
|
||||||
DOMAIN-SUFFIX,ui.com.cn
|
DOMAIN-SUFFIX,ui.com.cn
|
||||||
|
DOMAIN-SUFFIX,ubnt.com.cn
|
||||||
|
|
||||||
# >> Others
|
# >> Others
|
||||||
DOMAIN-SUFFIX,gov.cn
|
DOMAIN-SUFFIX,gov.cn
|
||||||
|
|||||||
@ -300,6 +300,8 @@ DOMAIN-SUFFIX,firefox.com
|
|||||||
|
|
||||||
# >> Ubiquiti
|
# >> Ubiquiti
|
||||||
DOMAIN-SUFFIX,ui.com
|
DOMAIN-SUFFIX,ui.com
|
||||||
|
# unifi china store is hosted on shopify
|
||||||
|
DOMAIN,store.ui.com.cn
|
||||||
|
|
||||||
# >> Shadow Library
|
# >> Shadow Library
|
||||||
DOMAIN-SUFFIX,singlelogin.se
|
DOMAIN-SUFFIX,singlelogin.se
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user