Stop tracing 255 hops
This commit is contained in:
parent
e8a58e0936
commit
89fe931abe
@ -96,8 +96,8 @@ func tracerouteRealHandler(useIPv6 bool, httpW http.ResponseWriter, httpR *http.
|
|||||||
"busybox",
|
"busybox",
|
||||||
},
|
},
|
||||||
[][]string{
|
[][]string{
|
||||||
{"-6", "-q1", "-N32", "-w1", "-m255", query},
|
{"-6", "-q1", "-N32", "-w1", query},
|
||||||
{"-4", "-q1", "-N32", "-w1", "-m255", query},
|
{"-4", "-q1", "-N32", "-w1", query},
|
||||||
{"traceroute", "-6", "-q1", "-w1", query},
|
{"traceroute", "-6", "-q1", "-w1", query},
|
||||||
{"traceroute", "-4", "-q1", "-w1", query},
|
{"traceroute", "-4", "-q1", "-w1", query},
|
||||||
},
|
},
|
||||||
@ -111,8 +111,8 @@ func tracerouteRealHandler(useIPv6 bool, httpW http.ResponseWriter, httpR *http.
|
|||||||
"busybox",
|
"busybox",
|
||||||
},
|
},
|
||||||
[][]string{
|
[][]string{
|
||||||
{"-4", "-q1", "-N32", "-w1", "-m255", query},
|
{"-4", "-q1", "-N32", "-w1", query},
|
||||||
{"-6", "-q1", "-N32", "-w1", "-m255", query},
|
{"-6", "-q1", "-N32", "-w1", query},
|
||||||
{"traceroute", "-4", "-q1", "-w1", query},
|
{"traceroute", "-4", "-q1", "-w1", query},
|
||||||
{"traceroute", "-6", "-q1", "-w1", query},
|
{"traceroute", "-6", "-q1", "-w1", query},
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user