mirror of
https://github.com/2dust/v2rayN.git
synced 2026-04-16 12:35:46 +00:00
Fix
This commit is contained in:
parent
679bd8afcc
commit
e52dd31347
1 changed files with 1 additions and 0 deletions
|
|
@ -269,6 +269,7 @@ public class CoreConfigContextBuilder
|
|||
IndexId = $"inner-{Utils.GetGuid(false)}",
|
||||
ConfigType = EConfigType.ProxyChain,
|
||||
CoreType = AppManager.Instance.GetCoreType(node, node.ConfigType),
|
||||
Remarks = node.Remarks,
|
||||
};
|
||||
List<string?> childItems = [prevNode?.IndexId, node.IndexId, nextNode?.IndexId];
|
||||
var chainExtraItem = chainNode.GetProtocolExtra() with
|
||||
|
|
|
|||
Loading…
Reference in a new issue