From fbf9382ca4d98949eaa5f65f79cab182aec2ae2b Mon Sep 17 00:00:00 2001 From: Paul Lecuq Date: Sun, 10 Sep 2023 20:37:45 +0200 Subject: [PATCH] updated ipbl --- src/ws/reqrep.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ws/reqrep.go b/src/ws/reqrep.go index 240d6f7..309722d 100644 --- a/src/ws/reqrep.go +++ b/src/ws/reqrep.go @@ -45,7 +45,7 @@ func HandleWSRR(c echo.Context, cfg *config.Config) error { log.Println(err) } - if apievent.IPData.IP != "" && apievent.IPData.IP == lastip { + if lastip != "" && apievent.IPData.IP == lastip { continue }