mirror of
https://github.com/SukkaW/Surge.git
synced 2026-01-28 17:41:54 +08:00
Chore: new way to attach description
This commit is contained in:
@@ -16,11 +16,9 @@ export const buildCloudMounterRules = task(require.main === module, __filename)(
|
||||
].map(cidr => `AND,((${domain}),(SRC-IP,${cidr}))`)
|
||||
]));
|
||||
|
||||
const description = SHARED_DESCRIPTION;
|
||||
|
||||
return new RulesetOutput(span, 'cloudmounter', 'non_ip')
|
||||
.withTitle('Sukka\'s Ruleset - CloudMounter / RaiDrive')
|
||||
.withDescription(description)
|
||||
.withDescription(SHARED_DESCRIPTION)
|
||||
.addFromRuleset(results)
|
||||
.write();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user