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(
|
result, errString = tracerouteTryExecute(
|
||||||
[]string{
|
[]string{
|
||||||
"traceroute",
|
"traceroute",
|
||||||
|
"traceroute",
|
||||||
},
|
},
|
||||||
[][]string{
|
[][]string{
|
||||||
append([]string{"-q1", "-w1"}, args...),
|
append([]string{"-q1", "-w1"}, args...),
|
||||||
@ -62,6 +63,7 @@ func tracerouteHandler(httpW http.ResponseWriter, httpR *http.Request) {
|
|||||||
[]string{
|
[]string{
|
||||||
"traceroute",
|
"traceroute",
|
||||||
"traceroute",
|
"traceroute",
|
||||||
|
"traceroute",
|
||||||
},
|
},
|
||||||
[][]string{
|
[][]string{
|
||||||
append([]string{"-q1", "-N32", "-w1"}, args...),
|
append([]string{"-q1", "-N32", "-w1"}, args...),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user