diff --git a/rootfs/opt/echoip/html/script.html b/rootfs/opt/echoip/html/script.html index 23b27be..4d01150 100644 --- a/rootfs/opt/echoip/html/script.html +++ b/rootfs/opt/echoip/html/script.html @@ -2,7 +2,7 @@ let host = "{{ .Host }}"; let jsonObj = "{{ .JSON }}"; let data = JSON.parse(jsonObj); - let tool = "curl"; + let tool = "curl -q -LSsf"; let commandBox, widgetBox, compositePath, commandStr; let path let ipQuery, portQuery