This tool lets you easily change the DNS settings of your Windows.
If you use the Chocolatey package manager you can install chgdns
with:
choco install chgdns
You can manually download and install the binary from Releases page.
You can simply run binary by providing required command line arguments:
chgdns.exe -h
This project requires below tools while developing:
- Golang 1.17
- pre-commit
- golangci-lint - required by pre-commit
- gocyclo - required by pre-commit
After you installed pre-commit, simply run below command to prepare your development environment:
$ pre-commit install