From c648dd88f57309f08d2703bdb4596aaa75d776aa Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 6 Aug 2016 15:20:07 +0100 Subject: [PATCH] unbound: Update trust anchor once a day Signed-off-by: Michael Tremer --- config/cron/crontab | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/cron/crontab b/config/cron/crontab index c42c650808..c6d8a725c7 100644 --- a/config/cron/crontab +++ b/config/cron/crontab @@ -67,3 +67,6 @@ HOME=/ # Cleanup the mail spool directory %weekly * * /usr/sbin/dma-cleanup-spool + +# Update DNS trust anchor +%daily,random * * @runas(nobody) /usr/sbin/unbound-anchor -a /var/lib/unbound/root.key -c /etc/unbound/icannbundle.pem -- 2.39.2