diff options
Diffstat (limited to 'roles/space_server/templates')
-rw-r--r-- | roles/space_server/templates/unbound.conf.j2 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/roles/space_server/templates/unbound.conf.j2 b/roles/space_server/templates/unbound.conf.j2 index d09d7af..26b7006 100644 --- a/roles/space_server/templates/unbound.conf.j2 +++ b/roles/space_server/templates/unbound.conf.j2 @@ -59,7 +59,9 @@ server: rrset-roundrobin: yes minimal-responses: yes - module-config: "validator iterator" + module-config: "dns64 validator iterator" + + dns64-prefix: 2a01:4262:1ab:0:0:f::/96 trust-anchor-signaling: yes |