diff options
author | Niklas Yann Wettengel <niyawe@niyawe.de> | 2021-12-12 15:15:03 +0100 |
---|---|---|
committer | Niklas Yann Wettengel <niyawe@niyawe.de> | 2021-12-12 15:15:03 +0100 |
commit | b53a8cf2283b2d6debb94cd399a72d25da0d7c82 (patch) | |
tree | e91b4b549150219b82e5a3995f0f3515154e2a7e /roles/install_bind/templates/named.conf.j2 | |
parent | e75acd9a72df39269496abb7207decfc210efaa6 (diff) |
merge fastd and uplink nodes
Diffstat (limited to 'roles/install_bind/templates/named.conf.j2')
-rw-r--r-- | roles/install_bind/templates/named.conf.j2 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/install_bind/templates/named.conf.j2 b/roles/install_bind/templates/named.conf.j2 index da7043e..25d3470 100644 --- a/roles/install_bind/templates/named.conf.j2 +++ b/roles/install_bind/templates/named.conf.j2 @@ -27,6 +27,8 @@ options { version none; hostname none; server-id none; + + max-cache-size 1024M; }; statistics-channels { |