From b3e6063596997042b81847af2e3a221ade9b759b Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Fri, 29 Jan 2021 17:58:24 +0100 Subject: [PATCH] bundles/unbound: silence refresh-root-hints cronjob --- bundles/unbound/metadata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundles/unbound/metadata.py b/bundles/unbound/metadata.py index 05a5e95..399ab6d 100644 --- a/bundles/unbound/metadata.py +++ b/bundles/unbound/metadata.py @@ -6,7 +6,7 @@ defaults = { }, }, 'cron': { - 'unbound_refresh_root-hints': '{} {} * * {} root wget -O/etc/unbound/root-hints.txt https://www.internic.net/domain/named.root >/dev/null'.format( + 'unbound_refresh_root-hints': '{} {} * * {} root wget -q -O/etc/unbound/root-hints.txt https://www.internic.net/domain/named.root'.format( node.magic_number%60, node.magic_number%24, node.magic_number%7,