This repository contains a PyQt application created with python. Use this app to set DNS servers on windows.
You can edit config.json to add your own DNS servers.
also, you can convert this python app to exe app by running this command in your python environment terminal:
pyinstaller dnsapp.spec
Python 3.8.13 was used to create this app.
You can install the required packages using pip:
pip install -r requirements.txt
IMPORTANT NOTE: you need to "run this program as admin" so it has permission to set DNS.