diff options
author | T3slider <t3slider@gmail.com> | 2015-06-14 22:31:27 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-06-15 10:20:24 +0700 |
commit | 0ebfcef994410b0a23b9031254c45a4c79e15791 (patch) | |
tree | 0fedc836c936bcb6f1a8bbd0bf2b58775d32bf19 /network/dnscrypt-proxy/dnscrypt-proxy.default | |
parent | fa660babe1265346663713446d41f14e7c1ed5a1 (diff) | |
download | slackbuilds-0ebfcef994410b0a23b9031254c45a4c79e15791.tar.gz |
network/dnscrypt-proxy: Updated for version 1.5.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 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/network/dnscrypt-proxy/dnscrypt-proxy.default b/network/dnscrypt-proxy/dnscrypt-proxy.default index b1b70406be..a1b62d82f9 100644 --- a/network/dnscrypt-proxy/dnscrypt-proxy.default +++ b/network/dnscrypt-proxy/dnscrypt-proxy.default @@ -36,6 +36,12 @@ RESOLVERSLIST[0]="/usr/share/dnscrypt-proxy/dnscrypt-resolvers.csv" #PROVIDERNAME[0]="2.dnscrypt-cert.opendns.com" #PROVIDERKEY[0]="B735:1140:206F:225D:3E2B:D822:D7FD:691E:A1C3:3CC8:D666:8D0C:BE04:BFAB:CA43:FB79" +# By default, queries are always sent with the same public key, allowing +# providers to link this public key to the different IP addresses you +# are using. Enabling ephemeral keys requires extra CPU cycles, but +# mitigates this by computing an ephemeral key pair for every query. +#EPHEMERALKEYS[0]="no" + # 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 |