dns/dnscrypt-proxy: rename label in templating (#2519)

PR: https://forum.opnsense.org/index.php?topic=24297.0
This commit is contained in:
Michael 2021-09-09 09:51:51 +02:00 committed by GitHub
parent 311eccb638
commit 2e1f6fa47e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -126,21 +126,21 @@ cache = false
file = '/var/log/dnscrypt-proxy/nx.log'
format = 'tsv'
[whitelist]
whitelist_file = 'whitelist.txt'
[allowed_names]
allowed_names_file = 'whitelist.txt'
log_file = '/var/log/dnscrypt-proxy/whitelisted.log'
log_format = 'tsv'
{% if helpers.exists('OPNsense.dnscryptproxy.dnsbl.enabled') and OPNsense.dnscryptproxy.dnsbl.enabled == '1' %}
[blacklist]
blacklist_file = 'blacklist.txt'
[blocked_names]
blocked_names_file = 'blacklist.txt'
log_file = '/var/log/dnscrypt-proxy/blocked.log'
log_format = 'tsv'
{% endif %}
[sources]
[sources.'public-resolvers']
urls = ['https://raw.githubusercontent.com/DNSCrypt/dnscrypt-resolvers/master/v2/public-resolvers.md', 'https://download.dnscrypt.info/resolvers-list/v2/public-resolvers.md']
urls = ['https://raw.githubusercontent.com/DNSCrypt/dnscrypt-resolvers/master/v3/public-resolvers.md', 'https://download.dnscrypt.info/resolvers-list/v3/public-resolvers.md']
cache_file = 'public-resolvers.md'
minisign_key = 'RWQf6LRCGA9i53mlYecO4IzT51TGPpvWucNSCh1CBM0QTaLn73Y7GFO3'
refresh_delay = 72