*** /usr/portage/net-dns/knot/knot-3.2.2.ebuild 2023-04-29 18:10:22.000000000 +0200 --- knot-3.2.2.ebuild 2023-12-25 09:32:20.206875121 +0100 *************** *** 29,35 **** "+synthrecord" "+whoami" ) ! IUSE="doc caps doh +fastparser idn +libidn2 quic systemd +utils xdp ${KNOT_MODULES[@]}" RDEPEND=" acct-group/knot --- 29,35 ---- "+synthrecord" "+whoami" ) ! IUSE="doc caps +daemon doh +fastparser idn +libidn2 quic systemd +utils xdp ${KNOT_MODULES[@]}" RDEPEND=" acct-group/knot *************** *** 73,78 **** --- 73,79 ---- $(use_enable caps cap_ng) $(use_enable fastparser) $(use_enable dnstap) + $(use_enable daemon) $(use_enable doc documentation) $(use_enable quic) $(use_enable utils utilities) *** /usr/portage/net-dns/knot/metadata.xml 2022-12-07 16:10:20.000000000 +0100 --- metadata.xml 2023-12-25 09:42:08.035209088 +0100 *************** *** 13,18 **** --- 13,21 ---- Enable the DNS cookie module (RFC 7873) + + Build the knotd daemon + Enable DNS over HTTP (DoH) using libnghttp2