Add VPN proxy connection handling

This commit is contained in:
2026-07-07 22:33:15 +03:00
parent 7dbf786c56
commit c5bdb10445
8 changed files with 1108 additions and 29 deletions

View File

@@ -34,12 +34,15 @@ fn main() {
commands::get_targets,
commands::save_target,
commands::get_components,
commands::get_proxifyre_setup_status,
commands::resolve_profile_preview,
commands::apply_profiles,
commands::get_logs,
commands::open_config_location,
commands::start_proxifyre_service,
commands::stop_proxifyre_service
commands::stop_proxifyre_service,
commands::install_proxifyre,
commands::uninstall_proxifyre
])
.run(tauri::generate_context!())
.expect("не удалось запустить клиент VPN Proxy для Windows");