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
- Host: GitHub
- URL: https://github.com/madfxr/dns_checker
- Owner: madfxr
- Created: 2025-05-05T06:44:22.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-08T17:12:36.000Z (11 months ago)
- Last Synced: 2025-07-25T20:11:23.020Z (11 months ago)
- Topics: bash, bash-scripting, domain, shell-scripting
- Language: Shell
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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``.