diff options
author | Niklas Yann Wettengel <niyawe@niyawe.de> | 2022-01-22 23:18:36 +0100 |
---|---|---|
committer | Niklas Yann Wettengel <niyawe@niyawe.de> | 2022-01-22 23:18:36 +0100 |
commit | 4d3268b80b55e227a1a89515842cbaaa8a13d788 (patch) | |
tree | e7b85a5214614c5dcb7c999f56c0b369011b50d3 /roles/install_bind/templates/named.conf.j2 | |
parent | fb0dbf28a0e7979050858256d2040d734b282afe (diff) |
loppermann1
Diffstat (limited to 'roles/install_bind/templates/named.conf.j2')
-rw-r--r-- | roles/install_bind/templates/named.conf.j2 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/roles/install_bind/templates/named.conf.j2 b/roles/install_bind/templates/named.conf.j2 index 352c1fa..056a6ea 100644 --- a/roles/install_bind/templates/named.conf.j2 +++ b/roles/install_bind/templates/named.conf.j2 @@ -29,6 +29,10 @@ options { hostname none; server-id none; + dns64 64:ff9b::/96 { + clients { any; }; + }; + max-cache-size 1024M; }; |