mirror of
https://github.com/itdoginfo/podkop.git
synced 2026-06-08 12:14:53 +03:00
fix: correct small points
This commit is contained in:
@@ -35,7 +35,7 @@ export function validateProxyUrl(url: string): ValidationResult {
|
||||
return {
|
||||
valid: false,
|
||||
message: _(
|
||||
'URL must start with vless://, ss://, trojan://, or socks4/5://',
|
||||
'URL must start with vless://, ss://, trojan://, socks4/5://, or hysteria2://hy2://',
|
||||
),
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user