mirror of
https://github.com/SukkaW/Surge.git
synced 2025-12-12 01:00:34 +08:00
14 lines
298 B
TypeScript
14 lines
298 B
TypeScript
export const DOMAINS = [
|
|
'DOMAIN-SUFFIX,sharepoint.com',
|
|
'DOMAIN-SUFFIX,graph.microsoft.com',
|
|
'DOMAIN,www.googleapis.com',
|
|
'DOMAIN,api.onedrive.com',
|
|
'DOMAIN-SUFFIX,storage.live.com',
|
|
'DOMAIN-SUFFIX,files.1drv.com'
|
|
];
|
|
|
|
export const PROCESS_NAMES = [
|
|
'CloudMounter'
|
|
// 'RaiDrive'
|
|
];
|