mirror of
https://github.com/2dust/v2rayN.git
synced 2025-07-01 12:32:10 +00:00
Bug fix
https://github.com/2dust/v2rayN/issues/5619#issuecomment-2323968966
This commit is contained in:
parent
6879c75bc8
commit
3d3d3f83df
1 changed files with 1 additions and 1 deletions
|
@ -1097,7 +1097,7 @@ namespace ServiceLib.Handler.CoreConfig
|
|||
address = Utils.IsNullOrEmpty(dNSItem?.domainDNSAddress) ? Global.DomainDNSAddress.FirstOrDefault() : dNSItem?.domainDNSAddress,
|
||||
domains = [node.address]
|
||||
};
|
||||
servers.AsArray().Insert(0, JsonUtils.SerializeToNode(dnsServer));
|
||||
servers.AsArray().Add(JsonUtils.SerializeToNode(dnsServer));
|
||||
}
|
||||
}
|
||||
return 0;
|
||||
|
|
Loading…
Reference in a new issue