From 1277285d0835fdf2f2184f067140e2390fa083bb Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Sat, 26 Aug 2023 15:19:51 +0330 Subject: [db] Enbancement add traffic fully transactional Co-Authored-By: Alireza Ahmadi --- web/service/xray.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/service/xray.go') diff --git a/web/service/xray.go b/web/service/xray.go index 4a9bf7b2..2dbc092d 100644 --- a/web/service/xray.go +++ b/web/service/xray.go @@ -69,7 +69,7 @@ func (s *XrayService) GetXrayConfig() (*xray.Config, error) { return nil, err } - s.inboundService.DisableInvalidClients() + s.inboundService.AddTraffic(nil, nil) inbounds, err := s.inboundService.GetAllInbounds() if err != nil { -- cgit v1.2.3