Your Connection
-
IP Address{{ .ip }}
-
Remote Host{{ .host }}
-
Country Code{{ .country_code }}
-
User Agent{{ .ua }}
-
Port{{ .port }}
-
Language{{ .lang }}
-
Referer{{ .referer }}
-
Method{{ .method }}
-
Encoding{{ .encoding }}
-
MIME Type{{ .mime }}
-
X-Forwarded-For{{ .forwarded }}
Simple cURL API!
-
$ curl {{ .ifconfig_cmd_hostname }}{{ .ip }}
-
$ curl {{ .ifconfig_cmd_hostname }}/ip{{ .ip }}
-
$ curl {{ .ifconfig_cmd_hostname }}/host{{ .host }}
-
$ curl {{ .ifconfig_cmd_hostname }}/country_code{{ .country_code }}
-
$ curl {{ .ifconfig_cmd_hostname }}/ua{{ .ua }}
-
$ curl {{ .ifconfig_cmd_hostname }}/port{{ .port }}
-
$ curl {{ .ifconfig_cmd_hostname }}/lang{{ .lang }}
-
$ curl {{ .ifconfig_cmd_hostname }}/encoding{{ .encoding }}
-
$ curl {{ .ifconfig_cmd_hostname }}/mime{{ .mime }}
-
$ curl {{ .ifconfig_cmd_hostname }}/forwarded{{ .forwarded }}
-
$ curl {{ .ifconfig_cmd_hostname }}/all{{ .hash_as_yaml }}
-
$ curl {{ .ifconfig_cmd_hostname }}/all.xml{{ .hash_as_xml }}
-
$ curl {{ .ifconfig_cmd_hostname }}/all.json{{ .hash_as_json }}
-
$ curl {{ .ifconfig_cmd_hostname }}/all.js{{ .hash_as_js }}