Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/web/job
diff options
context:
space:
mode:
authorMHSanaei <ho3ein.sanaei@gmail.com>2023-08-09 00:07:05 +0300
committerMHSanaei <ho3ein.sanaei@gmail.com>2023-08-09 00:07:05 +0300
commite00c3f1823a4ff80daf8290e2dfec4474e7f9173 (patch)
tree8a3cd6e051feeabd19aac2b415953d8d02c3e8a2 /web/job
parent05bc655e169471cb7712c518364d8c5b8b41c8f2 (diff)
add panel usage to main page
Diffstat (limited to 'web/job')
-rw-r--r--web/job/check_client_ip_job.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/web/job/check_client_ip_job.go b/web/job/check_client_ip_job.go
index 1c5dec83..74ef3e09 100644
--- a/web/job/check_client_ip_job.go
+++ b/web/job/check_client_ip_job.go
@@ -15,7 +15,7 @@ import (
"x-ui/xray"
)
-type CheckClientIpJob struct {}
+type CheckClientIpJob struct{}
var job *CheckClientIpJob
var disAllowedIps []string
@@ -31,7 +31,6 @@ func NewCheckClientIpJob() *CheckClientIpJob {
}
func (j *CheckClientIpJob) Run() {
- logger.Debug("Check Client IP Job...")
// create files required for iplimit if not exists
for i := 0; i < len(ipFiles); i++ {