mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
net/dnscrypt-proxy: update to 1.9.1. Change config system, use config file instead of command line args, no changes made to existing UCI part. Add blacklists support
Signed-off-by: Damiano Renfer damiano.renfer@gmail.com
This commit is contained in:
@@ -6,7 +6,17 @@ config dnscrypt-proxy ns1
|
||||
# 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 ''
|
||||
# option client_key '/path/to/client_key'
|
||||
# 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
|
||||
# option local_cache '0'
|
||||
# disable IPv6 may also speed up dnscrypt-proxy, see https://github.com/jedisct1/dnscrypt-proxy/wiki/Go-faster
|
||||
# option block_ipv6 '0'
|
||||
# Blacklists allow you to block domains, ip, ... see https://github.com/jedisct1/dnscrypt-proxy/wiki/Filtering
|
||||
# list blacklist 'domains:/path/to/domains-blacklist-file.txt'
|
||||
# list blacklist 'domains:/path/to/domains-blacklist2-file.txt'
|
||||
|
||||
# config dnscrypt-proxy ns2
|
||||
# option address '127.0.0.1'
|
||||
|
||||
Reference in New Issue
Block a user