From 692f5c5a279b8900262b79a5195728739217de41 Mon Sep 17 00:00:00 2001 From: rscmbbng Date: Wed, 21 Aug 2013 11:22:31 +0200 Subject: [PATCH] more comments --- bordercheck.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bordercheck.py b/bordercheck.py index cba3bb7..4b42592 100644 --- a/bordercheck.py +++ b/bordercheck.py @@ -38,7 +38,7 @@ while True: count = 0 print url - ## Run LFT (layer four traceroute) on the ip as a subprocess and pipe back into script. + ## Run LFT (layer four traceroute, http://pwhois.org/lft/) on the ip as a subprocess and pipe back into script. ## In NL this has worked flawlessly for me ## however since i'm in the Laboral all tracerts using TCP fail and the one with UDP find a path, but ## fail to reach the destination. Perhaps it has to do with the network configuration here, but we should