diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-10-02 12:02:57 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-10-02 12:03:44 +0200 |
commit | 3600f42ba23fc42de5f13b9d79c24f6fa0043187 (patch) | |
tree | 3e00f3660ed8dcd9c202fc68656e65de399519db /data | |
parent | 75559f559cb13a83089d68d7fbd63fd0e8a02a46 (diff) | |
download | vyos-1x-3600f42ba23fc42de5f13b9d79c24f6fa0043187.tar.gz vyos-1x-3600f42ba23fc42de5f13b9d79c24f6fa0043187.zip |
dns: forwarding: T3882: remove deprecated code to work with PowerDNS 4.5
(cherry picked from commit 8e6c48563d1612916bd7fcc665d70bfa77ec5667)
Diffstat (limited to 'data')
-rw-r--r-- | data/templates/dns-forwarding/recursor.conf.tmpl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/data/templates/dns-forwarding/recursor.conf.tmpl b/data/templates/dns-forwarding/recursor.conf.tmpl index 9e0ad5d17..d44f756e8 100644 --- a/data/templates/dns-forwarding/recursor.conf.tmpl +++ b/data/templates/dns-forwarding/recursor.conf.tmpl @@ -10,8 +10,7 @@ threads=1 allow-from={{ allow_from | join(',') }} log-common-errors=yes non-local-bind=yes -query-local-address={{ source_address_v4 | join(',') }} -query-local-address6={{ source_address_v6 | join(',') }} +query-local-address={{ source_address | join(',') }} lua-config-file=recursor.conf.lua # cache-size |