mirror of
https://github.com/itdoginfo/podkop.git
synced 2025-12-06 03:26:51 +03:00
fix: correct build
This commit is contained in:
@@ -308,7 +308,7 @@ function validateVlessUrl(url) {
|
||||
if (params.flow === "xtls-rprx-vision-udp443") {
|
||||
return {
|
||||
valid: false,
|
||||
message: "Invalid VLESS URL: flow xtls-rprx-vision-udp443 does not supported"
|
||||
message: "Invalid VLESS URL: flow xtls-rprx-vision-udp443 is not supported"
|
||||
};
|
||||
}
|
||||
return { valid: true, message: _("Valid") };
|
||||
|
||||
Reference in New Issue
Block a user