Files
ruleset.skk.moe/List/non_ip/cloudmounter.ts
2024-01-10 15:10:33 +00:00

18 lines
429 B
TypeScript

#########################################
#
# Last Updated: 2024-01-10T15:10:24.195Z
# Size: 8
# License: AGPL 3.0
# Homepage: https://ruleset.skk.moe
# GitHub: https://github.com/SukkaW/Surge
#########################################
export const DOMAINS = [
'DOMAIN-SUFFIX,sharepoint.com',
'DOMAIN,www.googleapis.com'
];
export const PROCESS_NAMES = [
'CloudMounter'
// 'RaiDrive'
];
################## EOF ##################