bundles/unbound: silence refresh-root-hints cronjob

This commit is contained in:
Franzi 2021-01-29 17:58:24 +01:00
parent c31066fea8
commit b3e6063596
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -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,