NLnetLabs / unbound

Unbound is a validating, recursive, and caching DNS resolver.
https://nlnetlabs.nl/unbound
BSD 3-Clause "New" or "Revised" License
3.15k stars 359 forks source link

`log-destaddr:` attribute error in v1.19.2. #1171

Closed sunbearc22 closed 3 weeks ago

sunbearc22 commented 3 weeks ago

Describe the bug log-destaddr: attribute error in v1.19.2.

To reproduce Steps to reproduce the behavior:


root@DNS:/etc/unbound# unbound-checkconf unbound.conf
/etc/unbound/unbound.conf:32: error: unknown keyword 'log-destaddr'
/etc/unbound/unbound.conf:32: error: stray ':'
/etc/unbound/unbound.conf:32: error: stray '"'
/etc/unbound/unbound.conf:32: error: unknown keyword 'yes'
/etc/unbound/unbound.conf:32: error: stray '"'
read unbound.conf failed: 5 errors in configuration file

**Expected behavior**
Should be available.

**System:**
 - Unbound version: 1.19.2
 - OS: Ubuntu Server 24.04.1, Linux DNS 6.1.63 #218 SMP Thu Nov 30 20:48:04 CST 2023 aarch64 aarch64 aarch64 GNU/Linux
 - `unbound -V` output:

root@DNS:/etc/unbound# unbound -V
Version 1.19.2

Configure line: --build=aarch64-linux-gnu --prefix=/usr --includedir=${prefix}/include --mandir=${prefix}/share/man --infodir=${prefix}/share/info --sysconfdir=/etc --localstatedir=/var --disable-option-checking --disable-silent-rules --libdir=${prefix}/lib/aarch64-linux-gnu --runstatedir=/run --disable-maintainer-mode --disable-dependency-tracking --with-pythonmodule --with-pyunbound --enable-subnet --enable-dnstap --enable-systemd --enable-cachedb --with-libhiredis --with-libnghttp2 --with-chroot-dir= --with-dnstap-socket-path=/run/dnstap.sock --disable-rpath --with-pidfile=/run/unbound.pid --with-libevent --enable-tfo-client --with-rootkey-file=/usr/share/dns/root.key --disable-flto --enable-tfo-server
Linked libs: libevent 2.1.12-stable (it uses epoll), OpenSSL 3.0.13 30 Jan 2024
Linked modules: dns64 python cachedb subnetcache respip validator iterator
TCP Fastopen feature available

BSD licensed, see LICENSE in source package for details.
Report bugs to unbound-bugs@nlnetlabs.nl or https://github.com/NLnetLabs/unbound/issues

**Additional information**
[Continue from Closed Issue #969](https://github.com/NLnetLabs/unbound/issues/969)
gthess commented 3 weeks ago

1.19.2 was a security release. The option made its way in the 1.19.3 release.