mirror of
https://github.com/2dust/v2rayN.git
synced 2026-04-17 04:55:45 +00:00
Fix custom config sub chain
This commit is contained in:
parent
ef5fee9975
commit
d990bbb2ca
1 changed files with 1 additions and 1 deletions
|
|
@ -227,7 +227,7 @@ public class CoreConfigContextBuilder
|
||||||
{
|
{
|
||||||
var result = NodeValidatorResult.Empty();
|
var result = NodeValidatorResult.Empty();
|
||||||
|
|
||||||
if (node.Subid.IsNullOrEmpty())
|
if (node.Subid.IsNullOrEmpty() || node.ConfigType == EConfigType.Custom)
|
||||||
{
|
{
|
||||||
return (null, result);
|
return (null, result);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue