Sazumi DNS Lookup is a simple web application that allows users to perform DNS lookups using Express.js as the backend and WebDriverIO for browser automation. This application features a clean and responsive user interface.
- Input a URL to perform DNS lookup.
- Display DNS lookup results, including CNAME and other DNS information.
- Make sure you have Node.js installed on your computer.
- Download or clone this repository to your computer.
- Open a terminal, navigate to the project directory, and run
npm install
to install all dependencies. - Run the application by executing
npm start
. - Open a browser and access
http://localhost:<PORT>
where<PORT>
is the specified port (default is 80). - Enter the URL you want to look up in the input field and click the "Lookup DNS" button.
- Wait for a few moments until the DNS lookup results are displayed.
Contributions are always welcome. If you want to fix a bug, add a new feature, or improve documentation, please open a new issue or submit a pull request.
- Name: Sazumi Viki
- Instagram: @moe.sazumiviki
- GitHub: sazumivicky
- Website: sazumi.moe
This project is licensed under the MIT License. See the LICENSE
file for more information.