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:02:57 +0200 |
commit | 8e6c48563d1612916bd7fcc665d70bfa77ec5667 (patch) | |
tree | 4ba02338b0b19aedf5a4a454eb870587f62213f0 /data | |
parent | eab6e6830a566af647d7e1b24197bf945788c3d0 (diff) | |
download | vyos-1x-8e6c48563d1612916bd7fcc665d70bfa77ec5667.tar.gz vyos-1x-8e6c48563d1612916bd7fcc665d70bfa77ec5667.zip |
dns: forwarding: T3882: remove deprecated code to work with PowerDNS 4.5
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 8799718b0..d460775c0 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 |