A Windows utility to test Cracked API DNS servers for status.
- Tests DNS servers from a list
- Automatically sets and verifies DNS settings
- Checks connectivity to Cracked API
- Provides detailed test results with working/failed DNS servers
- Automatically resets DNS to DHCP on exit
- Windows 10/11
- Administrator privileges
- Visual Studio 2022 with C++ development tools
- vcpkg package manager
- Clone the repository
git clone https://github.com/scar17off/KRXDNSChecker
cd KRXDNSChecker
- Build using CMake
mkdir build
cd build
cmake ..
- Create a
dns_servers.txt
file with DNS servers (one per line) - Run the program as Administrator
- Wait for the test results
- DNS will automatically reset to DHCP on exit
MIT License - see LICENSE.md