Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpolden/echoip.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Honson <steven@honson.id.au>2020-06-16 00:24:37 +0300
committerGitHub <noreply@github.com>2020-06-16 00:24:37 +0300
commit5377bffa96e1e392df965523cd4bfe60f594ccc7 (patch)
tree668ffe296dceddf07ba2acbdf8371848697a2c16
parentbcb1b1106e3e28cdfed217cc662920044d443d8e (diff)
Use http:// with fetch example (#99)
http:// is one letter shorter, more memorable and works even when echoip is hosted only via http
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
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