The DNS Manager App is a C# application designed to manage DNS configurations in a user-friendly way. It provides a graphical interface for users to add, edit, and delete DNS entries, along with their associated names. The app leverages the power of SQLite database to store the DNS information, allowing for efficient retrieval and management.
Add DNS Entries: Easily add new DNS entries along with their corresponding names to the database.
Edit DNS Entries: Modify existing DNS entries and update their associated names or IP addresses as needed.
Delete DNS Entries: Remove unwanted DNS entries from the database with a simple deletion process.
Display DNS Entries: View the list of DNS entries in a dropdown menu, sorted by name, for convenient selection.
Apply DNS in Windows: Execute DNS changes and apply them to the Windows network configuration.
Clear DNS from Windows: Clear DNS settings from the Windows network configuration for a clean slate.
Download the Release file from the repository.
Run the DNSManager.exe file to launch the application.
Use the intuitive interface to manage DNS entries, apply or clear DNS configurations in Windows.
Contributions to this DNS Manager App project are welcome! If you find any issues, have suggestions for improvements, or would like to add new features, feel free to submit a pull request. Please refer to the contributing guidelines in the repository for more information.
This DNS Manager App is licensed under the MIT License, allowing for open-source contributions and personal or commercial use.