mirror of
https://github.com/2dust/v2rayN.git
synced 2025-10-27 18:42:52 +00:00
Compare commits
No commits in common. "d5e70daa609eab68d934102c3338c296490660e5" and "68076ba3ab5a0584c2f9451a022a25358ea51053" have entirely different histories.
d5e70daa60
...
68076ba3ab
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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))
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue