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