https://github.com/masonjar13/dns_changer
https://github.com/masonjar13/dns_changer
ahk ahkscript autohotkey dns-server
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/masonjar13/dns_changer
- Owner: Masonjar13
- License: mit
- Created: 2016-10-15T07:46:08.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-05-05T15:32:08.000Z (about 5 years ago)
- Last Synced: 2024-01-18T17:43:56.115Z (over 2 years ago)
- Topics: ahk, ahkscript, autohotkey, dns-server
- Language: AutoHotkey
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DNS_Changer
## Requirements
* [tool()](https://github.com/Masonjar13/AHK-Library/blob/master/Lib/tool.ahk)
* [AutoHotkey v1.1.24.01](https://autohotkey.com/download/) or higher
## Usage
Currently, the user is required to manually enter their NIC name into the code (line 5). A more proper method is to be added.
## How it works
It has a list of public DNS servers and allows to choose any of them for both the pimary and secondary, separately, allowing to mix-and-match DNS servers. None/blank is also an option. Setting both to blank will switch it to DHCP settings.
Only IPv4 is supported. IPv6 will not be implemented, but I may create a separate repository for it.