From 8fcff3112b235307b78eb23833c1d646f0e7f9f4 Mon Sep 17 00:00:00 2001 From: Igor Melnyk Date: Tue, 4 May 2021 10:44:29 +0300 Subject: dns: T3277: DNS Forwarding - reverse zones for RFC1918 addresses (v2) --- data/templates/dns-forwarding/recursor.conf.tmpl | 5 ++++- interface-definitions/dns-forwarding.xml.in | 16 +++------------- 2 files changed, 7 insertions(+), 14 deletions(-) diff --git a/data/templates/dns-forwarding/recursor.conf.tmpl b/data/templates/dns-forwarding/recursor.conf.tmpl index cc9612ca8..672080d63 100644 --- a/data/templates/dns-forwarding/recursor.conf.tmpl +++ b/data/templates/dns-forwarding/recursor.conf.tmpl @@ -30,9 +30,12 @@ local-address={{ listen_address | join(',') }} dnssec={{ dnssec }} {# dns: T3277: #} -{% if serve_rfc1918 is defined and serve_rfc1918 == 'no' %} +{% if no_serve_rfc1918 is defined %} # serve-rfc1918 serve-rfc1918=no +{% else %} +# serve-rfc1918 +serve-rfc1918=yes {% endif %} forward-zones-file=recursor.forward-zones.conf diff --git a/interface-definitions/dns-forwarding.xml.in b/interface-definitions/dns-forwarding.xml.in index 789a6562b..c420e9b8b 100644 --- a/interface-definitions/dns-forwarding.xml.in +++ b/interface-definitions/dns-forwarding.xml.in @@ -111,20 +111,10 @@ - + - Makes the server authoritatively aware of RFC1918 addresses - - yes no - - - yes - Authoritatively aware about RFC1918 addresses (Default) - - - no - Authoritatively not aware about RFC1918 addresses - + Makes the server authoritatively not aware of RFC1918 addresses + -- cgit v1.2.3