DUAL-STACK IP LOOKUP

Your Public IP

Separate IPv4 and IPv6 connections are tested against dedicated endpoints on this server.

IPv4 address

Checking

Checking...

IPv6 address

Checking

Checking...

Connection Details

Command-Line Examples

Use the main domain with an explicit address family to return either the IPv4 or IPv6 address. These examples use HTTPS and require TLS 1.2 or newer. Do not add -k or --insecure.

Windows PowerShell

Use curl.exe to bypass PowerShell's curl alias for Invoke-WebRequest.

IPv4 address
curl.exe --ipv4 --proto "=https" --tlsv1.2 --fail-with-body --silent --show-error https://ip.waitli.top/text
IPv6 address
curl.exe --ipv6 --proto "=https" --tlsv1.2 --fail-with-body --silent --show-error https://ip.waitli.top/text

Linux / macOS

Allow HTTPS only and require TLS 1.2 or newer.

IPv4 address
curl --ipv4 --proto '=https' --tlsv1.2 --fail-with-body --silent --show-error https://ip.waitli.top/text
IPv6 address
curl --ipv6 --proto '=https' --tlsv1.2 --fail-with-body --silent --show-error https://ip.waitli.top/text