From 5377bffa96e1e392df965523cd4bfe60f594ccc7 Mon Sep 17 00:00:00 2001 From: Steven Honson Date: Tue, 16 Jun 2020 07:24:37 +1000 Subject: [PATCH] Use http:// with fetch example (#99) http:// is one letter shorter, more memorable and works even when echoip is hosted only via http --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 37b93c5..b26d8d3 100644 --- a/index.html +++ b/index.html @@ -99,7 +99,7 @@ $ http -b {{ .Host }} $ wget -qO- {{ .Host }} {{ .IP }} -$ fetch -qo- https://{{ .Host }} +$ fetch -qo- http://{{ .Host }} {{ .IP }} $ bat -print=b {{ .Host }}/ip