mirror of
https://gitlab.com/SukkaW/ruleset.skk.moe.git
synced 2026-01-02 02:20:24 +00:00
18 lines
429 B
TypeScript
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 ##################
|