What is my IP address?
Your IP address is:
{{ .IP }}
Command
Response
curl ifconfig.co
{{ .IP }}
curl ifconfig.co/port
{{ .Port }}
{{ if $self := . }} {{ range $key, $value := .Header }}
curl ifconfig.co/{{ ToLower $key }}
{{ index $self.Header $key }}
{{end}} {{end}}