复活失败,正在重试之域名白名单

This commit is contained in:
develop202
2026-01-15 21:49:04 +08:00
parent 4f64e1a390
commit ff435c2468
9 changed files with 6231 additions and 5072 deletions

View File

@@ -21,4 +21,26 @@ const cntvNames = {
"CCTV4美洲": "cctvamerica",
}
export { cntvNames }
// 域名白名单
const domainWhiteList = [
"tvpull.dxhmt.cn:9081",
"live.dxhmt.cn:9081",
"hlsztemgsplive.miguvideo.com:8080",
"play.kankanlive.com",
"ali-xwl.cztv.com",
"l.cztvcloud.com",
"live.ynurl.com",
"stream.hrbtv.net",
"play-a2.quklive.com",
"gxlive.snrtv.com",
"m3u8.channel.wsrtv.com.cn",
"jwcdnqx.hebyun.com.cn",
"nklive.nbs.cn",
"stream.thmz.com",
"pull-hls-f1.douyincdn.com",
"pull-flv-f1.douyincdn.com",
"pull-hs-f5.flive.douyincdn.com",
]
export { cntvNames, domainWhiteList }