From fd7cf0d453c37c7ece1929cb777ac1bddef97147 Mon Sep 17 00:00:00 2001 From: DHR60 Date: Mon, 2 Mar 2026 11:46:01 +0000 Subject: [PATCH] Fix xray custom dns (#8872) --- 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) {