This commit is contained in:
DHR60 2026-02-09 09:55:58 +08:00
parent d4fdb93b55
commit 6d35abe7ca

View file

@ -170,7 +170,8 @@ public static class CoreConfigHandler
var ruleOutboundNode = await AppManager.Instance.GetProfileItemViaRemarks(ruleItem.OutboundTag); var ruleOutboundNode = await AppManager.Instance.GetProfileItemViaRemarks(ruleItem.OutboundTag);
if (ruleOutboundNode != null) if (ruleOutboundNode != null)
{ {
await FillNodeContext(context, ruleOutboundNode); var ruleOutboundNodeAct = await FillNodeContext(context, ruleOutboundNode, false);
context.AllProxiesMap[$"remark:{ruleItem.OutboundTag}"] = ruleOutboundNodeAct;
} }
} }
} }