dnscrypt-proxy: Updates for new repository/maintainer (same version)

Signed-off-by: Ted Hess <thess@kitschensync.net>
This commit is contained in:
Ted Hess
2018-01-08 13:55:33 -05:00
parent 229ca9e2e0
commit bc80b04a02
3 changed files with 123 additions and 130 deletions
@@ -8,20 +8,21 @@ config dnscrypt-proxy ns1
option address '127.0.0.1'
option port '5353'
option resolver 'fvz-anyone'
# more details about the following options can be found in:
# https://github.com/dyne/dnscrypt-proxy/blob/master/dnscrypt-proxy.conf
# option resolvers_list '/usr/share/dnscrypt-proxy/dnscrypt-resolvers.csv'
# ephemeral keys option requires extra CPU cycles and can cause huge system load
# option ephemeral_keys '0'
# more details at https://github.com/jedisct1/dnscrypt-proxy#public-key-client-authentication
# option client_key '/path/to/client_key'
# option log_level '6'
# option syslog '1'
# option syslog_prefix 'dnscrypt-proxy'
# option query_log_file '/path/to/logfile'
# enable cache may speed up dnscrypt-proxy, see https://github.com/jedisct1/dnscrypt-proxy/wiki/Go-faster
# enable cache may speed up dnscrypt-proxy
# option local_cache '0'
# disable IPv6 may also speed up dnscrypt-proxy, see https://github.com/jedisct1/dnscrypt-proxy/wiki/Go-faster
# disable IPv6 may also speed up dnscrypt-proxy
# option block_ipv6 '0'
# Blacklists allow you to block domains, ip, ... see https://github.com/jedisct1/dnscrypt-proxy/wiki/Filtering
# Blacklists allow you to block domains, ip, ...
# list blacklist 'domains:/path/to/domains-blacklist-file.txt'
# list blacklist 'domains:/path/to/domains-blacklist2-file.txt'