bundles/unbound: silence refresh-root-hints cronjob
This commit is contained in:
parent
c31066fea8
commit
b3e6063596
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue