feat: seamless WG switch on Windows for shared client IPs

This commit is contained in:
cd-amn
2026-05-27 14:26:15 +00:00
parent 9a1e380ffb
commit 3590b2d323
13 changed files with 184 additions and 79 deletions
+2 -2
View File
@@ -12,8 +12,8 @@ class IpcInterface
SLOT( int routeAddList(const QString &gw, const QStringList &ips) );
SLOT( bool clearSavedRoutes() );
SLOT( bool routeDeleteList(const QString &gw, const QStringList &ip) );
SLOT( bool addExclusionRoute(const QString &addr) );
SLOT( bool delExclusionRoute(const QString &addr) );
SLOT( bool addExclusionRoute(const QString &ifname, const QString &addr) );
SLOT( bool delExclusionRoute(const QString &ifname, const QString &addr) );
SLOT( bool addAllowedIp(const QString &ifname, const QString &prefix) );
SLOT( bool delAllowedIp(const QString &ifname, const QString &prefix) );
SLOT( bool setTunnelResolvers(const QString &ifname, const QStringList &resolvers) );