diff options
author | Jernej Jakob <jernej.jakob@gmail.com> | 2020-06-10 12:58:47 +0200 |
---|---|---|
committer | Jernej Jakob <jernej.jakob@gmail.com> | 2020-06-11 22:10:47 +0200 |
commit | 62461c73fd6e6616a48d6319d461d89239e4ee2f (patch) | |
tree | d47062d68c29f4907b2dc6109112c56d30fc0770 /data/templates/dns-forwarding/recursor.conf.tmpl | |
parent | 927c054d9236c2c34ca43c1cbfff10fcfd7f5077 (diff) | |
download | vyos-1x-62461c73fd6e6616a48d6319d461d89239e4ee2f.tar.gz vyos-1x-62461c73fd6e6616a48d6319d461d89239e4ee2f.zip |
dns forwarding: T1595: remove references to old listen-on option
As part of T1595 listen-on was removed and migrated to listen-address,
but some references to it stayed in the variable names and validator
error message.
Diffstat (limited to 'data/templates/dns-forwarding/recursor.conf.tmpl')
-rw-r--r-- | data/templates/dns-forwarding/recursor.conf.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/templates/dns-forwarding/recursor.conf.tmpl b/data/templates/dns-forwarding/recursor.conf.tmpl index 9d1e019fa..9aea00de5 100644 --- a/data/templates/dns-forwarding/recursor.conf.tmpl +++ b/data/templates/dns-forwarding/recursor.conf.tmpl @@ -22,8 +22,8 @@ max-negative-ttl={{ negative_ttl }} # ignore-hosts-file export-etc-hosts={{ export_hosts_file }} -# listen-on -local-address={{ listen_on | join(',') }} +# listen-address +local-address={{ listen_address | join(',') }} # dnssec dnssec={{ dnssec }} |