dnscrypt-proxy: Updated to latest version (1.7.0), added procd support, added separated package for resolvers list

Signed-off-by: Black Roland <black-roland@users.noreply.github.com>
This commit is contained in:
Black Roland
2016-08-29 17:28:45 +09:00
parent 5ae3447d2c
commit 7cb22ef2c2
4 changed files with 128 additions and 49 deletions
+12 -3
View File
@@ -1,8 +1,17 @@
config dnscrypt-proxy
config dnscrypt-proxy ns1
option address '127.0.0.1'
option port '5353'
# option resolver 'cisco'
option resolver 'fvz-anyone'
# option resolvers_list '/usr/share/dnscrypt-proxy/dnscrypt-resolvers.csv'
# option ephemeral_keys '1'
# 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 ''
# config dnscrypt-proxy ns2
# option address '127.0.0.1'
# option port '5454'
# # option resolver 'd0wn-random-ns1'
# # option resolvers_list '/usr/share/dnscrypt-proxy/dnscrypt-resolvers.csv'
# # option ephemeral_keys '0'
# # option client_key ''