diff --git a/proxy/traceroute.go b/proxy/traceroute.go index 7294abd..228abba 100644 --- a/proxy/traceroute.go +++ b/proxy/traceroute.go @@ -51,6 +51,7 @@ func tracerouteHandler(httpW http.ResponseWriter, httpR *http.Request) { result, errString = tracerouteTryExecute( []string{ "traceroute", + "traceroute", }, [][]string{ append([]string{"-q1", "-w1"}, args...), @@ -62,6 +63,7 @@ func tracerouteHandler(httpW http.ResponseWriter, httpR *http.Request) { []string{ "traceroute", "traceroute", + "traceroute", }, [][]string{ append([]string{"-q1", "-N32", "-w1"}, args...),