Update CDN / CloudDrive / Domestic Hosts

This commit is contained in:
SukkaW
2024-01-15 19:59:23 +08:00
parent e4b111b9ff
commit eb13d784b0
4 changed files with 76 additions and 139 deletions

View File

@@ -1,5 +1,6 @@
export const DOMAINS = [
'DOMAIN-SUFFIX,sharepoint.com',
'DOMAIN-SUFFIX,graph.microsoft.com',
'DOMAIN,www.googleapis.com'
];

View File

@@ -1,5 +1,5 @@
// @ts-check
module.exports.DOMESTICS = /** @type {const} */({
export const DOMESTICS = {
ALIBABA: {
dns: 'quic://223.6.6.6:853',
domains: [
@@ -349,4 +349,4 @@ module.exports.DOMESTICS = /** @type {const} */({
'254.169.in-addr.arpa'
]
}
});
} as const;