Skip to content

Commit

Permalink
Fully fixed now with private ips
Browse files Browse the repository at this point in the history
  • Loading branch information
jgoldverg committed Apr 9, 2024
1 parent 534aa0c commit f2316e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.0.19'
__version__ = '1.0.20'
2 changes: 2 additions & 0 deletions pmeter/pmeter_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,8 @@ def traceroute(destination, max_hops=30):
ip_list.append(hop_ip)
if hop_ip == target_ip:
break
else:
break
# Check if the response is from the target
if reply and reply.src == target_ip:
break
Expand Down

0 comments on commit f2316e4

Please sign in to comment.