An open API service indexing awesome lists of open source software.

https://github.com/madfxr/dns_checker

Simple DNS Checker for Checking NS, A and PTR
https://github.com/madfxr/dns_checker

bash bash-scripting domain shell-scripting

Last synced: 28 days ago
JSON representation

Simple DNS Checker for Checking NS, A and PTR

Awesome Lists containing this project

README

          

# Simple DNS Checker for Web Hosting Migration

## Requirements
- Text Editor (e.g.: Vim, Nano, Atom, Notepad++, Visual Studio Code, Sublime Text).
- Bash.
- Wget.

## Installation
- Make sure to download and place the tool in the ``/usr/bin`` directory.
- Download the tool source code by running the command: ``sudo wget https://raw.githubusercontent.com/madfxr/dns_checker/refs/heads/main/dns_checker``.
- Grant access rights to the ``/usr/bin/dns_checker`` file by running the command: ``sudo chmod +x /usr/bin/dns_checker``.
- Enter the domain list in the domain.txt file.
- To run the tool use the command ``dns_checker -d domain.txt``.