Compare commits

..

No commits in common. "d5e70daa609eab68d934102c3338c296490660e5" and "68076ba3ab5a0584c2f9451a022a25358ea51053" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View file

@ -292,7 +292,7 @@ namespace ServiceLib.Models
public object response { get; set; } public object response { get; set; }
public string? domain { get; set; } public string domain { get; set; }
} }
public class KcpSettings4Ray public class KcpSettings4Ray

View file

@ -916,7 +916,7 @@ namespace ServiceLib.Services.CoreConfig
kcpSettings.header = new Header4Ray kcpSettings.header = new Header4Ray
{ {
type = node.HeaderType, type = node.HeaderType,
domain = host.IsNullOrEmpty() ? null : host domain = host
}; };
if (Utils.IsNotEmpty(path)) if (Utils.IsNotEmpty(path))
{ {