mirror of
https://github.com/2dust/v2rayN.git
synced 2026-03-12 11:23:01 +00:00
Fix xray custom dns (#8872)
This commit is contained in:
parent
65cf782eb0
commit
fd7cf0d453
1 changed files with 1 additions and 1 deletions
|
|
@ -437,7 +437,7 @@ public partial class CoreConfigV2rayService
|
|||
|
||||
FillDnsDomainsCustom(obj);
|
||||
|
||||
_coreConfig.dns = JsonUtils.Deserialize<Dns4Ray>(JsonUtils.Serialize(obj));
|
||||
_coreConfig.dns = obj;
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue