Releases: getdnsapi/stubby
Releases · getdnsapi/stubby
Stubby - v0.4.3
Stubby - v0.4.2
- Fix Issue #320: Stubby doesn't start without "log_level" entry. Thanks Johnny S. Lee
- Several updates to the servers in the config file:
- sinodun.dnsovertls*.com servers are removed and will be decommissioned in the near future. This leaves only the getdnsapi.net server as the default.
A recommendation is made that users choose additional servers from the list available. - Additional Quad9 servers added (thanks pataquets).
- LDN servers removed as the service is now stopped.
- Tidy up of remaining server data.
- Change
comment
lines on Uncensored server data to more clearly be comments (not valid YAML) - Fix and improve descriptions of default values
- getdnsapi.net DoT servers liston on port 443 now too
- sinodun.dnsovertls*.com servers are removed and will be decommissioned in the near future. This leaves only the getdnsapi.net server as the default.
- Fixes for parsing of quoted key values for
tls-ca-file
,tls-curves-list
andresolvconf
- Add Dockerfile into
contrib
- thanks to pataquets. - Strengthen version checking for LibIDN2 during the cmake step so LibIDN2 version 2.3.3 can be properly found (thanks jpbion).
- Updated systemd/stubby.service file. Thanks Bruno Pagani
- log level configurable in config file with log_level setting Command line setting (with -v or -l) overrules the config file setting
Stubby - v0.4.0
- We announce the intention to remove the dnsovertls*.sinodun.com servers from the default resolver list in the next release, see #286 for details.
- Add ability to run Stubby as a full Windows service
- Update IPs for dot1.applied-privacy.net
- Remove the secure.eu entries in the stubby config file
- Bugfix: Make
run_in_foreground = 1
the default again - Support yaml config files that do not use quotes
Stubby - v0.3.0
- Migration of build system to cmake.
- Correct the applied-privacy.net details and remove ibksturm server in stubby.yml.example.
- Include AppArmor profile (thanks CameronNemo)
- Add
contrib
contributors to the README - Let scheduled task run indefinitely on Windows (thanks triatic)
- Add
Restart=on-failure
to the systemd.service file (thanks appliedprivacy)
v0.2.6
Stubby - v0.2.5
- 2019-01-11: Version 0.2.5
- RFE getdnsapi/getdns#408: Document trust_anchors_backoff_time
in stubby.yml.example. Thanks Jonathan Underwood - RFE #148: Document tls_ciphersuites, tls_cipher_list, tls_min_version
and tls_max_version in stubby.yml.example. Thanks Jonathan Underwood - RFE #149: Added Google Public DNS to stubby.yml.example.
Thanks Bruno Pagani
Stubby - v0.2.4
2018-12-21: Version 0.2.4
- DNSSEC required with dnssec extension in example config
- Removed the yeti servers from stubby.yml.example
- Added the Foundation RESTENA servers in stubby.yml.example
- Bugfix: only start Stubby when network is up
Thanks Bruno Pagani
Stubby - v0.2.3
2018-05-11: Version 0.2.3
- Bugfix #62 and #106: With systemd setups, make /run/stubby directory
writeable for stubby user and include a "appdata_dir" directory
in stubby.yml.example.
Thanks Paul Wouters, eccgecko and Han Vinke - Update securedns.eu entries in stubby.yml.example
- Added Cloudflare servers in stubby.yml.example
- Added basic upstart script in contrib/upstart dir. Thanks vapniks
- Bugfix #98: EDNS options that are handled internally should not
be passed on through downstream. Thanks Twisteroid Ambassador
Stubby - v0.2.2
2018-02-21: Version 0.2.2
- Fixes and updates to the stubby.yml.config file. Add separate entries for
servers that listen on port 443. - Additional logging of basic config on startup
- -V option to show version
- Added a man page
Stubby - v0.2.1
- 2017-12-18: Version 0.2.1
- Fix use of logging on macos 10.11