From b6b3afb851de63706096b899dccfe4aa5416ff80 Mon Sep 17 00:00:00 2001 From: 2dust <31833384+2dust@users.noreply.github.com> Date: Tue, 4 Mar 2025 10:28:37 +0800 Subject: [PATCH] Update V2rayConfig.cs --- v2rayN/ServiceLib/Models/V2rayConfig.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2rayN/ServiceLib/Models/V2rayConfig.cs b/v2rayN/ServiceLib/Models/V2rayConfig.cs index 29bd35b9..e3fa0fd3 100644 --- a/v2rayN/ServiceLib/Models/V2rayConfig.cs +++ b/v2rayN/ServiceLib/Models/V2rayConfig.cs @@ -292,7 +292,7 @@ namespace ServiceLib.Models public object response { get; set; } - public string domain { get; set; } + public string? domain { get; set; } } public class KcpSettings4Ray