From 7218383807b66d6d6df1f14e716049b80d2004de Mon Sep 17 00:00:00 2001 From: Tim Wilkinson Date: Thu, 21 Nov 2024 18:21:53 -0800 Subject: [PATCH] Tweak node detection keepalive (#1713) --- files/usr/local/bin/mgr/lqm.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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