From 85bc728e8ae2290fc8facb2757d4a684981deb8c Mon Sep 17 00:00:00 2001 From: Gaosx <152193188+Gao-Leonhard-Euler@users.noreply.github.com> Date: Sat, 4 May 2024 17:32:30 +0800 Subject: [PATCH] Create README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 说明文档 --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..5948d79 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# SwitchDNS : A tool to switch better DNS servers + +## setup + +Download `SwitchDNS_Setup.msi` and `setup.exe`. Then double click the setup.exe. + +## usage + +When you run this application, it will automaticlly flush DNS and test the average time interval between send DNS query and receive DNS response and successful receive rate. + +Then it will print DNS address, average time interval and successful rate sort by successful rate firstly and average time interval secondly. + +After thar it will scan your adapters which uses IPv4 DNS servers and print them, and then ask you to change them DNS servers. + +It will print "How mush DNS servers would you wants to set?" to ask you the numbers of DNS servers you wants to set. For example, if you want set the two DNS server with the highest success rate and the fastest response speed, you can press `2`. + +When it have done its works, it will print "Operations done.", then you can press any key to leave.