mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 23:18:42 +01:00
dnscrypt-proxy: Updates for new repository/maintainer (same version)
Signed-off-by: Ted Hess <thess@kitschensync.net>
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user