From 566cd9e9c4b7f10f19b7eb647c6c7cad4647ac44 Mon Sep 17 00:00:00 2001 From: mhsanaei Date: Mon, 16 Sep 2024 11:41:21 +0200 Subject: New - Allocate --- web/service/inbound.go | 1 + 1 file changed, 1 insertion(+) (limited to 'web/service') 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 { -- cgit v1.2.3