A DNS Propagation Checker built with Svelte that allows users to check the propagation of DNS records across multiple DNS servers. This tool also highlights whether the DNS records match an expected IP address.
Follow these steps to set up the project locally.
git clone https://github.com/lukeoregan88/dns-propagation-checker.git cd dns-propagation-checker
npm install
npm run build
npm run dev Open your browser and navigate to http://localhost:5173.
1. Enter the domain name you want to check in the input field.
2. Select the DNS record type from the dropdown menu.
3. (Optional) Enter the expected IP address to highlight matching records.
4. Click the "Check" button to start the DNS propagation check.
This project is licensed under the MIT License. See the LICENSE file for details.
• Svelte
• Cobe
• NetworkCalc DNS API
• ipinfo API
For any inquiries or feedback, please contact lukeoregan88.