mirror of
https://github.com/opnsense/plugins.git
synced 2026-04-25 16:17:19 -04:00
dns/dnscrypt-proxy: rename label in templating (#2519)
PR: https://forum.opnsense.org/index.php?topic=24297.0
This commit is contained in:
parent
311eccb638
commit
2e1f6fa47e
1 changed files with 5 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue