About DNSTools
Kumpulan tools online untuk cek DNS records, WHOIS, SSL, propagasi DNS, HTTP header, port, blacklist, dan lokasi IP. Cepat, gratis, tanpa instalasi.
DNSTools is a collection of online tools to help you diagnose and inspect DNS, domain, and IP configurations. Everything runs right in the browser with nothing to install.
What can it do?
- DNS Lookup — view all DNS records (A, AAAA, MX, TXT, NS, CNAME, SOA, CAA).
- WHOIS — look up domain registration and IP ownership via RDAP.
- DNS Propagation — watch DNS rollout across several global resolvers.
- SSL Checker — inspect SSL/TLS certificates and their validity.
- HTTP Headers — analyze response headers and the redirect chain.
- Ping & Port Checker — test connectivity and open ports.
- Blacklist Checker — check IP/domain reputation across dozens of DNSBLs.
- IP Lookup — show the geographic location, ISP, and ASN of an IP.
Technology
This app is built with plain PHP using an MVC architecture, a MySQL database for lightweight caching and statistics, and a blend of native DNS resolvers and DNS-over-HTTPS for maximum reliability.
API
Every tool is available as a JSON API. See the full list at /api/list. Examples:
GET https://dnstools.my.id/api/dns-lookup?q=google.com
GET https://dnstools.my.id/api/whois?q=example.com
GET https://dnstools.my.id/api/ssl-checker?q=github.com