feat: implement validateProxyUrl validation

This commit is contained in:
divocat
2025-10-03 21:44:42 +03:00
parent 3f4a0cf094
commit eb52d52eb4
5 changed files with 63 additions and 31 deletions

View File

@@ -9,3 +9,4 @@ export * from './validateShadowsocksUrl';
export * from './validateVlessUrl';
export * from './validateOutboundJson';
export * from './validateTrojanUrl';
export * from './validateProxyUrl';