Update nodelocaldns cache settings (#4423)
This commit is contained in:
parent
41e684eb5a
commit
3c050be0b0
1 changed files with 4 additions and 1 deletions
|
@ -10,7 +10,10 @@ data:
|
|||
Corefile: |
|
||||
{{ dns_domain }}:53 {
|
||||
errors
|
||||
cache 30
|
||||
cache {
|
||||
success 9984 30
|
||||
denial 9984 5
|
||||
}
|
||||
reload
|
||||
loop
|
||||
bind {{ nodelocaldns_ip }}
|
||||
|
|
Loading…
Reference in a new issue