From 24b367b82fecfa6bd5a0427f4a204d56a7cca54a Mon Sep 17 00:00:00 2001 From: mhsanaei Date: Thu, 18 Jul 2024 23:03:48 +0200 Subject: fix --- web/html/xui/form/stream/stream_splithttp.html | 2 +- web/job/check_client_ip_job.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'web') diff --git a/web/html/xui/form/stream/stream_splithttp.html b/web/html/xui/form/stream/stream_splithttp.html index 0dcab965..507bd773 100644 --- a/web/html/xui/form/stream/stream_splithttp.html +++ b/web/html/xui/form/stream/stream_splithttp.html @@ -19,7 +19,7 @@ - + diff --git a/web/job/check_client_ip_job.go b/web/job/check_client_ip_job.go index 8b7f81f1..e5e51c24 100644 --- a/web/job/check_client_ip_job.go +++ b/web/job/check_client_ip_job.go @@ -300,7 +300,7 @@ func (j *CheckClientIpJob) updateInboundClientIps(inboundClientIps *model.Inboun if limitIp < len(ips) { j.disAllowedIps = append(j.disAllowedIps, ips[limitIp:]...) for i := limitIp; i < len(ips); i++ { - logger.Debugf("[LIMIT_IP] Email = %s || SRC = %s", clientEmail, ips[i]) + log.Printf("[LIMIT_IP] Email = %s || SRC = %s", clientEmail, ips[i]) } } } -- cgit v1.2.3