fix: killswitch compatible

This commit is contained in:
NickVs2015
2026-04-27 20:39:27 +03:00
parent 0edffc5f88
commit c7b7ecd1d6

View File

@@ -302,6 +302,7 @@ void DnsUtilsLinux::dnsDomainsReceived(QDBusPendingCallWatcher* call) {
if (m_ifindex > 0) {
QList<DnsLinkDomain> newlist = {root};
setLinkDomains(m_ifindex, newlist);
updateLinkDefaultRoutes();
}
}