Skip to content

Commit

Permalink
user different IP for external traffic check
Browse files Browse the repository at this point in the history
Signed-off-by: Marius Sincovici <marius.sincovici@nordsec.com>
  • Loading branch information
mariusSincovici committed Jan 21, 2025
1 parent ad46a99 commit bd15a5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/qa/lib/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def is_internet_reachable(ip_address="1.1.1.1", port=443, retry=5) -> bool:
return False


def is_internet_reachable_outside_vpn(ip_address="1.1.1.1", retry=5) -> bool:
def is_internet_reachable_outside_vpn(ip_address="1.0.0.1", retry=5) -> bool:
"""Returns True when remote host is reachable by its public IP outside VPN tunnel."""
i = 0
response = ""
Expand Down

0 comments on commit bd15a5b

Please sign in to comment.