fix: dns outbound

This commit is contained in:
armv9 2024-12-12 17:02:37 +09:00
parent 75c6496151
commit 6e4c180428

View File

@ -537,7 +537,7 @@ namespace NekoGui {
} }
dnsRules.append(QJsonObject{ dnsRules.append(QJsonObject{
{"outbound", "any"}, {"outbound", "any"},
{"server", "direct"}, {"server", "dns-direct"},
}); });
// block // block