Skip to content
/ kdm Public

KDM (kde domov muj) is simple web application for detect (web) hosting

Notifications You must be signed in to change notification settings

FeroVolar/kdm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KDM - DNS Lookup Application

KDM (kde domov muj) is simple web application for looking up DNS records, WHOIS information about domains and detect (web) hosting.

Installation

Install dependencies:

npm install

Running the Application

Local Development

npm start

Docker

docker build -t domain-lookup .
docker run -d -p 3000:3000 domain-lookup

Usage

  1. Open browser at http://localhost:3000
  2. Enter domain in the search field
  3. Click "Search"
  4. View results:
    • IPv4 Hosting Information
    • IPv6 Hosting Information
    • A records (IP addresses)
    • NS records (nameservers)
    • MX records (mail servers)
    • TXT records
    • WHOIS information

Features

  • Hosting Information
  • DNS record lookup
  • WHOIS information for each IP address
  • Hosting provider identification
  • Responsive design with Bootstrap
  • Docker support

About

KDM (kde domov muj) is simple web application for detect (web) hosting

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published