Your Connection
-
IP Address{{ .ip }}
-
Remote Host{{ .host }}
-
User Agent{{ .ua }}
-
Port{{ .port }}
-
Language{{ .lang }}
-
Referer{{ .referer }}
-
Connection{{ .connection }}
-
KeepAlive{{ .keep_alive }}
-
Method{{ .method }}
-
Encoding{{ .encoding }}
-
MIME Type{{ .mime }}
-
Charset{{ .charset }}
-
Via{{ .via }}
-
X-Forwarded-For{{ .forwarded }}
Your Connection
-
$ curl ifconfig.io{{ .ip }}
-
$ curl ifconfig.io/ip{{ .ip }}
-
$ curl ifconfig.io/host{{ .host }}
-
$ curl ifconfig.io/ua{{ .ua }}
-
$ curl ifconfig.io/port{{ .port }}
-
$ curl ifconfig.io/lang{{ .lang }}
-
$ curl ifconfig.io/keepalive{{ .keep_alive }}
-
$ curl ifconfig.io/connection{{ .connection }}
-
$ curl ifconfig.io/encoding{{ .encoding }}
-
$ curl ifconfig.io/mime{{ .mime }}
-
$ curl ifconfig.io/charset{{ .charset }}
-
$ curl ifconfig.io/via{{ .via }}
-
$ curl ifconfig.io/forwarded{{ .forwarded }}
-
$ curl ifconfig.io/all{{ .hash_as_yaml }}
-
$ curl ifconfig.io/all.xml{{ .hash_as_xml }}
-
$ curl ifconfig.io/all.json{{ .hash_as_json }}