mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-17 12:34:37 +03:00
update v2ray-core v5.2.0
add utls gui for nekoray
This commit is contained in:
@@ -290,10 +290,9 @@ namespace NekoRay {
|
||||
dnsServers += QJsonObject{
|
||||
{"address", directDnsAddress},
|
||||
{"domains", QList2QJsonArray<QString>(status->domainListDNSDirect)},
|
||||
{"skipFallback", true},
|
||||
};
|
||||
|
||||
dns["disableFallbackIfMatch"] = true;
|
||||
dns["fallbackStrategy"] = "disabled_if_any_match";
|
||||
dns["servers"] = dnsServers;
|
||||
dns["tag"] = "dns";
|
||||
status->result->coreConfig.insert("dns", dns);
|
||||
|
||||
Reference in New Issue
Block a user