diff --git a/unzoner/src/main.py b/unzoner/src/main.py index cdbce1f..e4d1df3 100755 --- a/unzoner/src/main.py +++ b/unzoner/src/main.py @@ -647,7 +647,8 @@ def main(): ) ) - if i % POLL_FREQ == 0 and c_gwip: + # check if client side tunnel is still passing traffic (assume not) + if i % POLL_FREQ == 0: # every x cycles per loop c_loss = 100 try: c_loss = ping_host(host=c_gwip)