mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-29 01:51:52 +08:00
Minor changes
This commit is contained in:
@@ -12,6 +12,7 @@ module.exports.DOMESTICS = /** @type {const} */({
|
||||
'aliyun.com',
|
||||
'aliyuncs.com',
|
||||
'alikunlun.com',
|
||||
'cdngslb.com',
|
||||
'alipay.com',
|
||||
'alipay.cn',
|
||||
'alipay.com.cn',
|
||||
@@ -130,6 +131,18 @@ module.exports.DOMESTICS = /** @type {const} */({
|
||||
'bilibilipay.com'
|
||||
]
|
||||
},
|
||||
BILIBILI_ALI: {
|
||||
dns: 'quic://223.5.5.5:853',
|
||||
domains: [
|
||||
'upos-sz-mirrorali.bilivideo.com'
|
||||
]
|
||||
},
|
||||
BILIBILI_BD: {
|
||||
dns: '180.76.76.76',
|
||||
domains: [
|
||||
'upos-sz-mirrorbos.bilivideo.com'
|
||||
]
|
||||
},
|
||||
XIAOMI: {
|
||||
dns: 'https://120.53.53.53/dns-query',
|
||||
domains: [
|
||||
@@ -155,6 +168,8 @@ module.exports.DOMESTICS = /** @type {const} */({
|
||||
'toutiaoimg.cn',
|
||||
'toutiaostatic.com',
|
||||
'toutiaovod.com',
|
||||
'toutiaocloud.com',
|
||||
'toutiaopage.com',
|
||||
'feiliao.com',
|
||||
'iesdouyin.com',
|
||||
'pstatp.com',
|
||||
|
||||
@@ -30,6 +30,7 @@ PROCESS-NAME,LemonService
|
||||
DEST-PORT,7680
|
||||
|
||||
# >> HTTPDNS
|
||||
# https://github.com/VirgilClyne/GetSomeFries/wiki/%F0%9F%9A%AB-HTTPDNS
|
||||
|
||||
# Aliyun
|
||||
DOMAIN,httpdns-api.aliyuncs.com
|
||||
|
||||
Reference in New Issue
Block a user