fix: rewrite linux router dns flusher (#1335)

Co-authored-by: sund3RRR <evenquantity@gamil.com>
This commit is contained in:
Mikhail Kiselev
2025-01-08 10:38:53 +03:00
committed by GitHub
parent 62f3a339b7
commit c3fb62a6ab
2 changed files with 16 additions and 7 deletions
+1
View File
@@ -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;
};