From 62461c73fd6e6616a48d6319d461d89239e4ee2f Mon Sep 17 00:00:00 2001 From: Jernej Jakob Date: Wed, 10 Jun 2020 12:58:47 +0200 Subject: 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. --- data/templates/dns-forwarding/recursor.conf.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'data/templates/dns-forwarding/recursor.conf.tmpl') 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 }} -- cgit v1.2.3