This project is a simple NSLookup tool developed using SvelteKit. The tool allows users to query DNS records for a domain, specifically tailored for DeveloperStar.
- Query DNS records including A, MX, NS, TXT, etc.
- User-friendly interface built with SvelteKit.
- Quick and reliable domain name server lookups.
- SvelteKit: Frontend framework for building user interfaces.
- DNS-over-HTTPS (DoH) API: For resolving DNS records securely.
- JavaScript: The core programming language for the app.
- CSS: Styling to make the application visually appealing.
- Node.js (v16 or newer recommended)
- npm or yarn (package manager)
- Clone the repository:
git clone https://github.com/NagareYash/NSLookup.git
- Navigate to the project directory:
cd NSLookup - Install dependencies:
npm install
To start the development server:
npm run devVisit http://localhost:5173 in your browser to see the NSLookup tool in action.
To build the project for production:
npm run buildEnter a domain (e.g., developerstar.com) into the input field and click Lookup. The application will return various DNS records, such as IP addresses (A records), mail servers (MX records), and more.
Feel free to fork the repository and submit pull requests. Contributions are welcome to improve features, fix bugs, or enhance the user experience.
This project is licensed under the MIT License. See the LICENSE file for more information.