diff --git a/files/usr/local/bin/mgr/lqm.lua b/files/usr/local/bin/mgr/lqm.lua index 9b5bd3ba..01ca4620 100755 --- a/files/usr/local/bin/mgr/lqm.lua +++ b/files/usr/local/bin/mgr/lqm.lua @@ -126,7 +126,7 @@ function should_nonpair_block(track) end function should_ping(track) - if not track.ip or is_user_blocked(track) or track.lastseen < now or track.firstseen == track.lastseen then + if not track.ip or is_user_blocked(track) or track.lastseen < now then return false end if track.type == "Tunnel" or track.type == "Wireguard" then