Page History
...
- either via the install/zip packages available on this page or
by using chocolatey: https://chocolatey.org/packages/stubby/0.3.0.6
...
Info The 0.4.0 release msi and zip files includes both the command line tool described below and also an alpha release of a Graphical Interface to manage Stubby.
Note |
---|
Stubby has been tested on Windows 10 and should work on Windows 8. There is limited support for Windows 7 - see below. User testing reports, bug reports and patches/pull requests are all welcomed via the Stubby github issue tracker! |
...
Warning |
---|
The installer currently overwrites all existing files so if you have made changes to the |
Latest stable msi and zip installers:
Latest stable installer is version 0.3.0.6 built from:
getdns version: 1.6.0
openssl version: 1.0.2s
stubby version: 0.3.0
Description | File | SHA256 Checksum |
---|---|---|
64bit Windows Installer | abc0c103d56d620ef942b48d7c3c2713638587a397baecb003644c82816a0249 | |
32bit Windows Installer | stubby-0.3.0.6-x86.msi | a1afae37090c622304d4ea8ad593f277fed50b5bd2281032b4bb9522c1097e2e |
Zip file with 64bit install | 9e6b1480bc9690d8280a921499273d85c59bc7097ff7203efc2a7ba7351df2f7 | |
Zip file with 32bit install | db742031551af20d611b011dea7827a6611281d28e8b3dcada7a8cc92fa4a0bb |
Latest chocolatey package is available here: https://chocolatey.org/packages/stubby/0.3.0.6
Latest development msi and zip installers:
Latest development installer is version 0.4.0-a1 built from:
getdns version: 1.6.0
openssl version: 1.0.2s
stubby version: 0.4.0rc1
NOTE: This is an alpha release!
Description | File | SHA256 Checksum |
---|---|---|
64bit Windows Installer | 3be30ed58c91c4091302b3fc18cb25881f18b59ddb3848510511dd8e1ca60b85 | |
32bit Windows Installer | fc1966953dbda6179033867d91e57daaaa212c53244adbd55e503e76ce9f101f | |
Zip file with 64bit install | 3672599e57ffb09416a25c55c455c5f850053fc6a2af21e22601e264ef4dbad3 | |
Zip file with 32bit install | 47655c722a2d97c83a88e0710acc93c3cc32968965fcca1faf65157ab217c4a7 |
Release notes
Version 0.4.0-a1
- The msi and zip files now includes an alpha release of Stubby Manager GUI see this page for details. This installs alongside the existing install and should not interfere with existing installs. (Chocolatey package does not contain this yet.) The alpha is not feature complete and should be used with care, see Stubby Manager GUI.
- Stubby can now be installed as a Windows service, see this README.md for details.
Version 0.3.0
- Update to use Stubby 0.3.0.
- This release is built with the Visual Studio toolchain. Previous releases were built with MinGW.
...
Previous versions of the installer were numbered 0.0.1 to 0.0.7. From this release onward we are adopting a new policy. Installer releases will have a 4 component version a.b.c.d. a.b.c gives the Stubby version. d indicates the installer package revision, starting at 0 for the first packaging of a given Stubby version.
The 0.2.5.0 release now provides a 32bit install as well as a 64bit install.
On a 64bit Windows installation, a 32bit install will place files in
C:\Program Files (x86)\Stubby
. All other installs place files inC:\Program Files\Stubby
.
- This release corrects the default configuration file location to
C:\Program Files\Stubby\stubby.yml
. This path no longer needs to be specified on the command line. stubby.bat
has been updated to look for the configuration file in the same directory as the Stubby executable.
Latest installer is version 0.3.0.6 built from:
...
getdns version: 1.6.0
...
- .
...
...
stubby version: 0.3.0
Latest chocolatey package is available here: https://chocolatey.org/packages/stubby/0.3.0.6
Latest msi and zip installers:
...
...
abc0c103d56d620ef942b48d7c3c2713638587a397baecb003644c82816a0249
...
a1afae37090c622304d4ea8ad593f277fed50b5bd2281032b4bb9522c1097e2e
...
...
9e6b1480bc9690d8280a921499273d85c59bc7097ff7203efc2a7ba7351df2f7
...
...
db742031551af20d611b011dea7827a6611281d28e8b3dcada7a8cc92fa4a0bb
Installer contents
These contain the following files by the installer.
Info |
---|
The 0.3.0.6 release and later provides a 32bit install as well as a 64bit install. On a 64bit Windows installation, a 32bit install will place files in |
- README.txt - containing these instructions
- stubby.exe - binary
- stubby.yml - configuration file
- getdns_query.exe - tool for testing stubby
- getdns_server_mon.exe - tool for probing servers
- Powershell scripts for modifying system resolvers:
- stubby_setdns_windows.ps1
- stubby_resetdns_windows.ps1
Windows 7 versions of Powershell scripts (see below)
stubby_setdns_windows7.ps1
stubby_resetdns_windows7.ps1
Scripts to enable Stubby to be configured as a Scheduled Task
stubby.xml
- stubby.bat
- Additional files required for the Stubby Manager GUI
Configuration
It is recommended to use the default configuration file provided which will use 'Strict' privacy mode and spread the DNS queries among several of the current DNS Privacy test servers. Note that this file contains both IPv4 and IPv6 addresses. It installed in "C:\Program Files\Stubby\stubby.yml"
...
- C:\Program Files\Stubby\stubby_setdns_windows7.ps1 and
C:\Program Files\Stubby\stubby_resetdns_windows7.ps1
Warning WARNING: These scripts can only update DNS servers on the IPv4 service. IPv6 will still use the default DNS servers, sending queries in clear text so one option is to disable IPv6, the other is to manually update the IPv6 addessses (see below).
Install Stubby as Windows service
See this README.md for details.
Create a Scheduled Task
If you want Stubby to always start when you boot your system, you can create a Scheduled task for this. A template for the task is provided.
...