diff options
Diffstat (limited to 'web/service')
| -rw-r--r-- | web/service/inbound.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/service/inbound.go b/web/service/inbound.go index 0ed76880..5213fce6 100644 --- a/web/service/inbound.go +++ b/web/service/inbound.go @@ -331,6 +331,7 @@ func (s *InboundService) UpdateInbound(inbound *model.Inbound) (*model.Inbound, oldInbound.Settings = inbound.Settings oldInbound.StreamSettings = inbound.StreamSettings oldInbound.Sniffing = inbound.Sniffing + oldInbound.Allocate = inbound.Allocate if inbound.Listen == "" || inbound.Listen == "0.0.0.0" || inbound.Listen == "::" || inbound.Listen == "::0" { oldInbound.Tag = fmt.Sprintf("inbound-%v", inbound.Port) } else { |
