mirror of https://github.com/aredn/aredn.git
Tweak node detection keepalive (#1713)
This commit is contained in:
parent
b245852d0b
commit
7218383807
|
@ -126,7 +126,7 @@ function should_nonpair_block(track)
|
||||||
end
|
end
|
||||||
|
|
||||||
function should_ping(track)
|
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
|
return false
|
||||||
end
|
end
|
||||||
if track.type == "Tunnel" or track.type == "Wireguard" then
|
if track.type == "Tunnel" or track.type == "Wireguard" then
|
||||||
|
|
Loading…
Reference in New Issue