mirror of
https://github.com/2dust/v2rayN.git
synced 2026-04-16 12:35:46 +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();
|
||||
|
||||
if (node.Subid.IsNullOrEmpty())
|
||||
if (node.Subid.IsNullOrEmpty() || node.ConfigType == EConfigType.Custom)
|
||||
{
|
||||
return (null, result);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue