mirror of
https://github.com/mpolden/echoip.git
synced 2025-01-13 03:37:21 +01:00
Use http:// with fetch example (#99)
http:// is one letter shorter, more memorable and works even when echoip is hosted only via http
This commit is contained in:
parent
bcb1b1106e
commit
5377bffa96
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user