Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.37 KB

README.MD

File metadata and controls

33 lines (22 loc) · 1.37 KB

Sazumi DNS Lookup

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.

Features

  • Input a URL to perform DNS lookup.
  • Display DNS lookup results, including CNAME and other DNS information.

How to Use

  1. Make sure you have Node.js installed on your computer.
  2. Download or clone this repository to your computer.
  3. Open a terminal, navigate to the project directory, and run npm install to install all dependencies.
  4. Run the application by executing npm start.
  5. Open a browser and access http://localhost:<PORT> where <PORT> is the specified port (default is 80).
  6. Enter the URL you want to look up in the input field and click the "Lookup DNS" button.
  7. Wait for a few moments until the DNS lookup results are displayed.

Contribution

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.

Author

License

This project is licensed under the MIT License. See the LICENSE file for more information.