👻

WTF is my IP address?

{{- if .IPv4 }} You're using IPv4:
{{ .IPv4 }}
{{- else if .IPv6 }} You're using IPv6:
{{ .IPv6 }}
{{- end }}
 
Your browser preferred using {{ if .IPv4 }}IPv4{{else}}IPv6{{end}} but you also have an
You do not appear to have any {{ if .IPv4 }}IPv6{{else}}IPv4{{end}} connectivity.
{{/* Most people with IPv6 currently also have IPv4, show loading to avoid reflow. */}}

IPv4 details


Reverse DNS:
ASMore details on bgp.tools

IPv6 details


Reverse DNS:
ASMore details on bgp.tools

Connection details

Source TCP port: {{ .RemoteAddr.Port }}
{{ if .TLS }} TLS version: {{ .TLS }}
{{ end }}
Raw HTTP request:
{{ .Request }}
Number of requests over this connection: {{ .RequestCount }}

Browser details

WebRTC connection

Attempting to establish a WebRTC connection (may result in bypassing some VPNs...)

ip.wtf API

You can query your IP address from the command line with the API:

$ curl ip.wtf
[your IP]

Or in JSON:

$ curl --json "" ip.wtf

More details...