Surge_by_SukkaW/Source/non_ip/cloudmounter.ts
2024-01-15 19:59:23 +08:00

11 lines
199 B
TypeScript

export const DOMAINS = [
'DOMAIN-SUFFIX,sharepoint.com',
'DOMAIN-SUFFIX,graph.microsoft.com',
'DOMAIN,www.googleapis.com'
];
export const PROCESS_NAMES = [
'CloudMounter'
// 'RaiDrive'
];