diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2025-08-28 11:15:04 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2025-08-28 11:15:04 +0300 |
| commit | 0c7b59ed47eaa2f786eedd584d9e4192964931f3 (patch) | |
| tree | 6729ad8502c390717cc0f86cf13dfc9ca3e6208b /web/service | |
| parent | 3087c1b123f426b7c1306ab634fb84e7943e4217 (diff) | |
removed: Allocate
Diffstat (limited to 'web/service')
| -rw-r--r-- | web/service/inbound.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/web/service/inbound.go b/web/service/inbound.go index 78abef73..0621cdea 100644 --- a/web/service/inbound.go +++ b/web/service/inbound.go @@ -403,7 +403,6 @@ 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 { @@ -2037,7 +2036,6 @@ func (s *InboundService) MigrationRequirements() { tx.Rollback() } }() - // Calculate and backfill all_time from up+down for inbounds and clients err = tx.Exec(` |
