This is a lightweight DNS changer application written in C for Windows. It allows users to quickly switch their DNS settings without navigating through complex network configurations.
- One-click DNS switching
- Supports custom DNS configurations
- Simple and intuitive interface
- Pre-configured default DNS servers
- Minimal resource usage
- Download the latest portable version from here.
- Run
portable.exealways as Administrator.
- Download the latest setup file from here.
- Run the installer as administrator and complete the installation process.
- Run the program.
- Make sure the program is run as administrator.
To compile from source (requires Mingw):
- Place these files in the same directory:
main.c(root folder)icon.ico&resource.rc(from assets folder)
- Run these commands:
windres resource.rc -O coff -o resource.res
gcc main.c resource.res -o program.exe -mwindows - Windows OS
- Administrator privileges
Released under the MIT License.
Note: This tool modifies system network settings. Use with caution.
