What is my IP address?

Your IP address is:

{{ .IP }}

{{ if $self := . }} {{ range $key, $value := .Header }} {{end}} {{end}}
Command Response
curl ifconfig.co {{ .IP }}
curl ifconfig.co/{{ ToLower $key }} {{ index $self.Header $key 0 }}
curl ifconfig.co/all.json
{{ .JSON }}
Fork me on GitHub