You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DNS-over-TLS's is specified to operate on port 853/tcp.
blackbox exporter tries to talk DoT on port 53 by default, which is reserved for plain DNS.
We are proposing to change blackbox_exporter's default port of DoT connections to 853, when dns_over_tls is true.
even though it is easy to workaround this issue by adding the port to the target
eg. dot1.appliedprivacy.net:853
After implementing this change it should still be possible to specify the port via the target (since we want to test our DoT service on port 443 as well).
Thank you for adding DoT support!
DNS-over-TLS's is specified to operate on port 853/tcp.
blackbox exporter tries to talk DoT on port 53 by default, which is reserved for plain DNS.
We are proposing to change blackbox_exporter's default port of DoT connections to 853, when
dns_over_tls
istrue
.even though it is easy to workaround this issue by adding the port to the target
eg. dot1.appliedprivacy.net:853
After implementing this change it should still be possible to specify the port via the target (since we want to test our DoT service on port 443 as well).
Host operating system:
4.19.0-9-amd64 #1 SMP Debian 4.19.118-2+deb10u1 (2020-06-07) x86_64 GNU/Linux
blackbox_exporter version:
What is the blackbox.yml module config.
What did you do that produced an error?
What did you expect to see?
from debug log:
What did you see instead?
from the debug log:
The text was updated successfully, but these errors were encountered: