refactor: vpn refresh and remove openvpn support

This commit is contained in:
zhom
2026-04-26 23:28:54 +04:00
parent 91218e08f9
commit ce76c1381f
36 changed files with 613 additions and 2570 deletions
+1 -1
View File
@@ -667,7 +667,7 @@ export type ProxyParseResult =
| { status: "invalid"; line: string; reason: string };
// VPN types
export type VpnType = "WireGuard" | "OpenVPN";
export type VpnType = "WireGuard";
export interface VpnConfig {
id: string;