diff options
Diffstat (limited to 'data')
| -rw-r--r-- | data/templates/dns-forwarding/recursor.conf.j2 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/data/templates/dns-forwarding/recursor.conf.j2 b/data/templates/dns-forwarding/recursor.conf.j2 index 5ac872f19..b089d8b4d 100644 --- a/data/templates/dns-forwarding/recursor.conf.j2 +++ b/data/templates/dns-forwarding/recursor.conf.j2 @@ -20,6 +20,15 @@ max-cache-entries={{ cache_size }} # negative TTL for NXDOMAIN max-negative-ttl={{ negative_ttl }} +# TTL refresh percentage +refresh-on-ttl-perc={{ ttl_percent }} + +# nothing-below-nxdomain +nothing-below-nxdomain={{ nothing_below_nxdomain }} + +# minimum-ttl-override +minimum-ttl-override={{ minimum_ttl_override }} + # timeout network-timeout={{ timeout }} |
