mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-23 02:00:20 +07:00
fix: rewrite linux router dns flusher (#1335)
Co-authored-by: sund3RRR <evenquantity@gamil.com>
This commit is contained in:
@@ -43,6 +43,7 @@ private:
|
||||
RouterLinux(RouterLinux const &) = delete;
|
||||
RouterLinux& operator= (RouterLinux const&) = delete;
|
||||
|
||||
bool isServiceActive(const QString &serviceName);
|
||||
QList<Route> m_addedRoutes;
|
||||
DnsUtilsLinux *m_dnsUtil;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user