diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-07-07 16:42:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-07 16:42:17 +0200 |
commit | 5b563a78e1bd20c03a77527052585f025d6e7b4b (patch) | |
tree | fdcf059a1bbacf51019d4d6a760f7abadd98e0d6 /data | |
parent | 484350192470147627f384bf759e913265b78be0 (diff) | |
parent | 483389af5db8a2ac4d258280ba132240c6df19d4 (diff) | |
download | vyos-1x-5b563a78e1bd20c03a77527052585f025d6e7b4b.tar.gz vyos-1x-5b563a78e1bd20c03a77527052585f025d6e7b4b.zip |
Merge pull request #1400 from c-po/t4509-pdns-6to4-equuleus
dns: T4509: Add dns64-prefix option (equuleus)
Diffstat (limited to 'data')
-rw-r--r-- | data/templates/dns-forwarding/recursor.conf.tmpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/templates/dns-forwarding/recursor.conf.tmpl b/data/templates/dns-forwarding/recursor.conf.tmpl index be0778993..294b228d2 100644 --- a/data/templates/dns-forwarding/recursor.conf.tmpl +++ b/data/templates/dns-forwarding/recursor.conf.tmpl @@ -28,6 +28,11 @@ local-address={{ listen_address | join(',') }} # dnssec dnssec={{ dnssec }} +{% if dns64_prefix is defined %} +# dns64-prefix +dns64-prefix={{ dns64_prefix }} +{% endif %} + {# dns: T3277: #} {% if no_serve_rfc1918 is defined %} # serve-rfc1918 |