From e8652444e0708762e55bb9c91a59a93346702238 Mon Sep 17 00:00:00 2001 From: DHR60 Date: Mon, 2 Mar 2026 09:51:13 +0800 Subject: [PATCH] Fix xray custom dns --- v2rayN/ServiceLib/Services/CoreConfig/V2ray/V2rayDnsService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2rayN/ServiceLib/Services/CoreConfig/V2ray/V2rayDnsService.cs b/v2rayN/ServiceLib/Services/CoreConfig/V2ray/V2rayDnsService.cs index 021fee2f..6b0d335d 100644 --- a/v2rayN/ServiceLib/Services/CoreConfig/V2ray/V2rayDnsService.cs +++ b/v2rayN/ServiceLib/Services/CoreConfig/V2ray/V2rayDnsService.cs @@ -437,7 +437,7 @@ public partial class CoreConfigV2rayService FillDnsDomainsCustom(obj); - _coreConfig.dns = JsonUtils.Deserialize(JsonUtils.Serialize(obj)); + _coreConfig.dns = obj; } catch (Exception ex) {