IPv4 Connection
Available- IP Address
- -
- Protocol
- IPv4
DUAL-STACK IP LOOKUP
Separate IPv4 and IPv6 connections are tested against dedicated endpoints on this server.
IPv4 address
CheckingChecking...
IPv6 address
CheckingChecking...
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.
Use curl.exe to bypass PowerShell's curl alias for Invoke-WebRequest.
curl.exe --ipv4 --proto "=https" --tlsv1.2 --fail-with-body --silent --show-error https://ip.waitli.top/text
curl.exe --ipv6 --proto "=https" --tlsv1.2 --fail-with-body --silent --show-error https://ip.waitli.top/text
Allow HTTPS only and require TLS 1.2 or newer.
curl --ipv4 --proto '=https' --tlsv1.2 --fail-with-body --silent --show-error https://ip.waitli.top/text
curl --ipv6 --proto '=https' --tlsv1.2 --fail-with-body --silent --show-error https://ip.waitli.top/text