mirror of
https://github.com/itdoginfo/podkop.git
synced 2025-12-06 11:36:50 +03:00
Update fe-app-podkop/src/validators/validateVlessUrl.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -100,7 +100,7 @@ export function validateVlessUrl(url: string): ValidationResult {
|
||||
return {
|
||||
valid: false,
|
||||
message:
|
||||
'Invalid VLESS URL: flow xtls-rprx-vision-udp443 does not supported',
|
||||
'Invalid VLESS URL: flow xtls-rprx-vision-udp443 is not supported',
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user