From eb27951936e23d43a56c2009335a1ddf6ca2938a Mon Sep 17 00:00:00 2001 From: somebodywashere <68244480+somebodywashere@users.noreply.github.com> Date: Thu, 8 Jun 2023 18:26:08 +0000 Subject: [PATCH] Logging for fail2ban service Removed limitDevice and other unnecessary functions --- web/job/check_client_ip_job.go | 1 - 1 file changed, 1 deletion(-) diff --git a/web/job/check_client_ip_job.go b/web/job/check_client_ip_job.go index e215060f..03d3f83f 100644 --- a/web/job/check_client_ip_job.go +++ b/web/job/check_client_ip_job.go @@ -10,7 +10,6 @@ import ( "x-ui/web/service" "x-ui/xray" - "net" "sort" "strings" "time"