mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-17 12:34:37 +03:00
fix: v2ray dns usage
This commit is contained in:
@@ -275,6 +275,7 @@ namespace NekoRay {
|
||||
}
|
||||
dnsServers += QJsonObject{
|
||||
{"address", directDnsAddress},
|
||||
{"fallbackStrategy", "disabled"},
|
||||
{"domains", QList2QJsonArray<QString>(status->domainListDNSDirect)},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user