Skip to content

LuChristCho/DNSManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DNS Manager - Quick DNS Switching Tool

Application Icon

Description

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.

Features

  • One-click DNS switching
  • Supports custom DNS configurations
  • Simple and intuitive interface
  • Pre-configured default DNS servers
  • Minimal resource usage

Usage (Portable Version)

  1. Download the latest portable version from here.
  2. Run portable.exe always as Administrator.

Usage (Installer)

  1. Download the latest setup file from here.
  2. Run the installer as administrator and complete the installation process.
  3. Run the program.
  4. Make sure the program is run as administrator.

Compilation Instructions

To compile from source (requires Mingw):

  1. Place these files in the same directory:
    • main.c (root folder)
    • icon.ico & resource.rc (from assets folder)
  2. Run these commands:
windres resource.rc -O coff -o resource.res  
gcc main.c resource.res -o program.exe -mwindows  

Requirements

  • Windows OS
  • Administrator privileges

License

Released under the MIT License.


Note: This tool modifies system network settings. Use with caution.

About

Quick DNS Switching Tool

Topics

Resources

License

Stars

Watchers

Forks

Languages