Skip to content

πŸš€ DomainDig: A web-based tool for querying domain records across global DNS providers, built for simplicity and reliability.

License

Notifications You must be signed in to change notification settings

tolalengoss/domaindig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

DomainDig a Fast DNS Lookup Tool

A comprehensive web-based DNS Lookup Tool that allows users to query various DNS records for any domain. This tool is designed to be easy to install, use, and maintain in both development and production environments.

✨ Core Functionality

  • DNS Record Types Support:
    • A Records (IPv4 addresses)
    • AAAA Records (IPv6 addresses)
    • MX Records (Mail servers)
    • NS Records (Name servers)
    • TXT Records (Text information)

DomainDig

Demo

🌐 Live Demo - Check out the working demo

πŸ“– Technical Features

  • RESTful API architecture
  • Cross-Origin Resource Sharing (CORS) enabled
  • Systemd service integratio
  • Automatic installation script
  • Comprehensive error handling
  • Clean and responsive UI

Installation

πŸš€ Automatic Installation (Recommended)

  1. Clone the repository:
   git clone https://github.com/yourusername/dns-lookup-tool.git
   cd dns-lookup-tool

2. Run the installation script:
    sudo bash install.sh
    
3. After installation, the tool will be accessible at:
    http://your-server-ip:5000

πŸ’¬ Version History

1.0.0 (Initial Release)

  • Core Features:

    • Basic DNS lookup functionality
    • Support for multiple record types
    • Real-time query processing
  • Infrastructure:

    • Systemd service integration
    • Automatic installation script
    • Service management tools
  • Documentation:

    • Installation guide
    • API documentation
    • Usage examples