KDM (kde domov muj) is simple web application for looking up DNS records, WHOIS information about domains and detect (web) hosting.
Install dependencies:
npm install
npm start
docker build -t domain-lookup .
docker run -d -p 3000:3000 domain-lookup
- Open browser at
http://localhost:3000
- Enter domain in the search field
- Click "Search"
- View results:
- IPv4 Hosting Information
- IPv6 Hosting Information
- A records (IP addresses)
- NS records (nameservers)
- MX records (mail servers)
- TXT records
- WHOIS information
- Hosting Information
- DNS record lookup
- WHOIS information for each IP address
- Hosting provider identification
- Responsive design with Bootstrap
- Docker support