Sam Trenholme's webpage
Support this website

Deadwood 3.3.03 released

 

April 30 2019

This is just a note that I released Deadwood 3.3.03 earlier this month.

==Download==

Deadwood 3.3.03 (both source code and Windows binaries) is available at https://maradns.samiam.org/deadwood/snap/

==Changelog==

  • Deadwood default changed to use quad9.net upstream servers instead of ICANN root servers.
  • Compile-time option to use RadioGatun[64] instead of RadioGatun[32] added
  • Tests for the ip4 and ip6 parameters added
  • Valgrind-found issues fixed

The biggest change is that Deadwood 3.3.03 is updated to use the https://quad9.net upstream DNS servers as the default. If the old behavior of using the ICANN name servers as root servers is desired, add the following lines to one's dwoodrc file:

root_servers = {}
root_servers["."]="198.41.0.4, 199.9.14.201, 192.33.4.12, 199.7.91.13,"
root_servers["."]+="192.203.230.10, 192.5.5.241, 192.112.36.4, "
root_servers["."]+="198.97.190.53, 192.36.148.17, 192.58.128.30, "
root_servers["."]+="193.0.14.129, 199.7.83.42, 202.12.27.33"

PLEASE NOTE: The above list of IPs is current as of 2019-04-07, and was last changed in October of 2017.

Please go to https://root-servers.org to get an up-to-date list of root servers.

Comments are closed.