Replies: 3 comments 4 replies
-
Just to be sure: EPEL, or EL packages from https://repo.powerdns.com/? If you show full version numbers from |
Beta Was this translation helpful? Give feedback.
-
Its the package from the EPEL repo rpm -q dnsdist ; dnsdist --versiondnsdist-1.9.10-1.el9.x86_64 dnf list installed "dnsdist"Installed Packages dnf info dnsdistInstalled Packages There seem to be some differences between the packages from the EPEL and PowerDNS repos. These differences must have been introduced in version 1.9 since I always used the dnsdist package (version 1.8) from the EPEL repo and never had any problem with it. |
Beta Was this translation helpful? Give feedback.
-
We don't maintain the EPEL repository but we'll try to reach out to the maintainers. In the meantime you can use the PowerDNS repository, as mentioned by Habbie: https://repo.powerdns.com/ |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Outgoing DoH stopped working on my Rocky Linux 9.5 box after upgrading dnsdist from version 1.8 to version 1.9.10.
It seems as if DoH is no longer part of the (epel) package. It is still working on Debian though. Is there a particular reason for this?
dnsdist --check-config
Fatal Lua error: [string "chunk"]:160: Caught exception: Outgoing DNS over HTTPS support requested (via 'dohPath' on newServer()) but it is not available
stack traceback:
[C]: in function 'newServer'
[string "chunk"]:160: in main chunk
dnsdist --version
dnsdist 1.9.10 (Lua 5.1.4 [LuaJIT 2.1.0-beta3])
Enabled features: cdb dns-over-tls(openssl) dnscrypt ebpf fstrm ipcipher libedit libsodium lmdb protobuf re2 recvmmsg/sendmmsg systemd
On Debian:
dnsdist --version
dnsdist 1.9.10 (Lua 5.1.4 [LuaJIT 2.1.0-beta3])
Enabled features: AF_XDP cdb dns-over-quic dns-over-http3 dns-over-tls(gnutls openssl) dns-over-https(h2o nghttp2) dnscrypt ebpf fstrm ipcipher libedit libsodium lmdb protobuf re2 recvmmsg/sendmmsg snmp systemd
Beta Was this translation helpful? Give feedback.
All reactions