This commit is contained in:
SukkaBot
2024-01-10 15:10:33 +00:00
parent ef40bf01b4
commit fdf5abb732
9 changed files with 304 additions and 119 deletions

View File

@@ -0,0 +1,17 @@
#########################################
#
# 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 ##################