proxy: fix plain traceroute not executed
This commit is contained in:
parent
f49f8bac5e
commit
3f612d2e76
@ -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...),
|
||||
|
Loading…
x
Reference in New Issue
Block a user