mirror of
https://github.com/bolucat/Archive.git
synced 2026-04-23 08:21:47 +08:00
Update On Wed Oct 8 20:42:26 CEST 2025
This commit is contained in:
@@ -107,13 +107,13 @@ public class RoutingRuleSettingViewModel : MyReactiveObject
|
||||
var it = new RulesItemModel()
|
||||
{
|
||||
Id = item.Id,
|
||||
RuleTypeName = item.RuleType?.ToString(),
|
||||
OutboundTag = item.OutboundTag,
|
||||
Port = item.Port,
|
||||
Network = item.Network,
|
||||
Protocols = Utils.List2String(item.Protocol),
|
||||
InboundTags = Utils.List2String(item.InboundTag),
|
||||
Domains = Utils.List2String(item.Domain),
|
||||
Ips = Utils.List2String(item.Ip),
|
||||
Domains = Utils.List2String((item.Domain ?? []).Concat(item.Ip ?? []).ToList()),
|
||||
Enabled = item.Enabled,
|
||||
Remarks = item.Remarks,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user