Skip to content
This repository has been archived by the owner on Jun 23, 2022. It is now read-only.

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaczero committed Oct 12, 2018
1 parent 9955579 commit 344f935
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DNSChanger/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
[assembly: AssemblyTitle("DNSChanger")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyCompany("Zaczero (Kamil Monicz)")]
[assembly: AssemblyProduct("DNSChanger")]
[assembly: AssemblyCopyright("Copyright © 2018 Zaczer (Kamil Monicz)")]
[assembly: AssemblyCopyright("Copyright © 2018 Zaczero (Kamil Monicz)")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand Down
51 changes: 51 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,52 @@
# DNSChanger

The ultimate DNS changer tool that you will ever need!
Find the fastest DNS servers and apply them in just few mouse clicks!

![](https://i.imgur.com/Xac5wgn.png)
![](https://i.imgur.com/4eRuhhn.png)

Have you ever wondered how much time you can save just by changing the DNS servers? Let's say that you can save ~30ms per request. You typically send around 2000 of them per day.

`0.03s. x 2000 x 365 days = 21900s.`

You are going to save even 6 hours per year!

## Features

* DNS latency checker
* Network interface selector
* Set Cloudflare, Google or OpenDNS DNS
* Set custom DNS
* Reset to ISP's default DNS
* DNS validation on Windows boot
* Native IPv4 + IPv6 support using netsh
* Completely open-source

## Download

* https://github.com/Zaczero/DNSChanger/releases/latest

## License

MIT License

Copyright (c) 2018 Kamil Monicz

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

0 comments on commit 344f935

Please sign in to comment.