From 4d3268b80b55e227a1a89515842cbaaa8a13d788 Mon Sep 17 00:00:00 2001 From: Niklas Yann Wettengel Date: Sat, 22 Jan 2022 23:18:36 +0100 Subject: loppermann1 --- roles/install_bind/templates/named.conf.j2 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'roles/install_bind/templates/named.conf.j2') 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; }; -- cgit v1.2.3-54-g00ecf