]> git.ipfire.org Git - thirdparty/pdns.git/commit
remove DNS_OVER_TLS guard around applying the dot-to-port-853 setting
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Thu, 1 Jul 2021 20:36:50 +0000 (22:36 +0200)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Thu, 1 Jul 2021 20:36:52 +0000 (22:36 +0200)
commita05df8bd4212eb3117edd4e74b6ee511d11d0501
tree1200c61d50c9401ab87a017e9352625803a173ff
parentb42f9eb31c7eae4059fa6a61fe56216c1409de93
remove DNS_OVER_TLS guard around applying the dot-to-port-853 setting

before this commit: pointing a forward at port 853, without DoT support, causes Recursor to attempt to do UDP over port 853 to the upstream. This rarely works.

after this commit: much swifter failure with an error log message saying `45.55.10.200:853 requested but not available`
pdns/pdns_recursor.cc