Skyping Logo
Skyping

Network Tools

Free online tools to check your IP address, test for DNS leaks, and analyze your network configuration.

Explore Tools
IP Address Lookup
See your public IPv4 and IPv6 address, geolocation, and ISP information.
DNS Leak Test
Check if your DNS requests are being leaked and which DNS servers you are using.
HTTP Headers
View the HTTP headers your browser sends to websites.
Reachability Check
Check if a host or service is reachable and responding from the internet.
WHOIS Lookup
Look up domain registration and ownership information.
SSL/TLS Checker
Inspect SSL/TLS certificates, expiration dates, and connection security.
CLI

Use from your Terminal

All tools are available as simple CLI commands. Just use curl and get plain-text results – no browser needed.

terminal
$curl skyping.ch/ip
# Your IP address & location
$curl skyping.ch/dns
# DNS & VPN information
$curl skyping.ch/headers
# Your HTTP request headers
$curl 'skyping.ch/ping?host=example.com'
# Reachability check
$curl 'skyping.ch/ssl?domain=example.com'
# SSL/TLS certificate info
$curl 'skyping.ch/whois?domain=example.com'
# WHOIS domain lookup