diff --git a/rootfs/opt/echoip/html/index.html b/rootfs/opt/echoip/html/index.html index ed3b20b..57fddb3 100644 --- a/rootfs/opt/echoip/html/index.html +++ b/rootfs/opt/echoip/html/index.html @@ -312,10 +312,15 @@
Setting the Accept: application/json
header works as expected.
- IE: curl -q -LSsf -H "Accept: application/json" -4 { .Host }
+ IPV4: curl -q -LSsf -H "Accept: application/json" -4 {{ .Host
+ }}
- or: curl -q -LSsf -H "Accept: application/json" -6 { .Host } if
- you have IPV6
+ IPV6: curl -q -LSsf -H "Accept: application/json" -6 {{ .Host
+ }}