mirror of
https://github.com/2dust/v2rayN.git
synced 2025-04-20 06:02:23 +00:00
Update CoreConfigV2rayService.cs
This commit is contained in:
parent
b6b3afb851
commit
d5e70daa60
1 changed files with 1 additions and 1 deletions
|
@ -916,7 +916,7 @@ namespace ServiceLib.Services.CoreConfig
|
||||||
kcpSettings.header = new Header4Ray
|
kcpSettings.header = new Header4Ray
|
||||||
{
|
{
|
||||||
type = node.HeaderType,
|
type = node.HeaderType,
|
||||||
domain = host
|
domain = host.IsNullOrEmpty() ? null : host
|
||||||
};
|
};
|
||||||
if (Utils.IsNotEmpty(path))
|
if (Utils.IsNotEmpty(path))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue