unbound/unbound-anchor.service
Jorik Cronenberg 8a50eab9a3 - Update to 1.21.0:
Security Fixes:
  * Fix CVE-2024-8508, unbounded name compression could lead to
    denial of service.
    [CVE-2024-8508, bsc#1231284]

- Update keyring

OBS-URL: https://build.opensuse.org/package/show/server:dns/unbound?expand=0&rev=182
2024-10-07 11:18:05 +00:00

10 lines
273 B
Desktop File

[Unit]
Description=update of the root trust anchor for DNSSEC validation in unbound
Documentation=man:unbound-anchor(8)
[Service]
Type=oneshot
User=unbound
ExecStart=/usr/sbin/unbound-anchor -a /var/lib/unbound/root.key -c /etc/unbound/icannbundle.pem
SuccessExitStatus=1