diff options
author | T3slider <t3slider@gmail.com> | 2015-07-22 08:34:14 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-07-22 08:34:14 +0700 |
commit | a0d2b79632c5c9515761afc4287a2360d466786f (patch) | |
tree | baf01aa7653f22a5d50217f35510705a3ef6b3b0 /network/dnscrypt-proxy/dnscrypt-proxy.default | |
parent | 21e671657019bc5e06ae9c35d62f98330b849f2d (diff) | |
download | slackbuilds-a0d2b79632c5c9515761afc4287a2360d466786f.tar.gz |
network/dnscrypt-proxy: Updated for version 1.6.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/dnscrypt-proxy/dnscrypt-proxy.default')
-rw-r--r-- | network/dnscrypt-proxy/dnscrypt-proxy.default | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/network/dnscrypt-proxy/dnscrypt-proxy.default b/network/dnscrypt-proxy/dnscrypt-proxy.default index a1b62d82f9..1f8408ffe2 100644 --- a/network/dnscrypt-proxy/dnscrypt-proxy.default +++ b/network/dnscrypt-proxy/dnscrypt-proxy.default @@ -25,7 +25,7 @@ USER[0]="dnscrypt" # If RESOLVERNAME is set, then RESOLVERADDRESS, PROVIDERNAME, and # PROVIDERKEY will be ignored. RESOLVERNAME should be the name of a resolver # from RESOLVERSLIST (the first column). -RESOLVERNAME[0]="opendns" +RESOLVERNAME[0]="cisco" # Specify the location of the resolver list, used if RESOLVERNAME is set. RESOLVERSLIST[0]="/usr/share/dnscrypt-proxy/dnscrypt-resolvers.csv" @@ -42,6 +42,13 @@ RESOLVERSLIST[0]="/usr/share/dnscrypt-proxy/dnscrypt-resolvers.csv" # mitigates this by computing an ephemeral key pair for every query. #EPHEMERALKEYS[0]="no" +# Use client authentication (ie. a static client key) instead of randomly +# generating one. This should point to a private file. Its content does *not* +# need to be known by the DNS service provider. See +# /usr/doc/dnscrypt-proxy-@VERSION@/README.markdown for more information. This +# option conflicts with EPHEMERALKEYS. +#CLIENTKEY[0]="/etc/dnscrypt.clientkey" + # Transparently add an OPT pseudo-RR to outgoing queries in order to enable # the EDNS0 extension mechanism. The payload size is the size of the largest # response we accept from the resolver before retrying over TCP. This feature |