refactor: migrate Outbound Configuration validation to modular

This commit is contained in:
divocat
2025-10-03 03:26:02 +03:00
parent 65d3a9253f
commit 8f9bff9a64
10 changed files with 55 additions and 15 deletions

View File

@@ -7,3 +7,4 @@ export * from './validateSubnet';
export * from './bulkValidate';
export * from './validateShadowsocksUrl';
export * from './validateVlessUrl';
export * from './validateOutboundJson';