diff options
author | T3slider <t3slider@gmail.com> | 2013-07-25 17:53:22 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2013-10-12 14:38:01 -0500 |
commit | ffcf14328ead64f268fe39e5fcbfe5d40a327415 (patch) | |
tree | 14d22cd1e38bb7f562370a2764d07ea6e68283e2 /network/dnscrypt-proxy/README | |
parent | c8758b9e794b435b3d8656da020902f1845969cc (diff) | |
download | slackbuilds-ffcf14328ead64f268fe39e5fcbfe5d40a327415.tar.gz |
network/dnscrypt-proxy: Added (an encrypted DNS resolver/forwarder)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'network/dnscrypt-proxy/README')
-rw-r--r-- | network/dnscrypt-proxy/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/network/dnscrypt-proxy/README b/network/dnscrypt-proxy/README new file mode 100644 index 0000000000..658045cb40 --- /dev/null +++ b/network/dnscrypt-proxy/README @@ -0,0 +1,6 @@ +dnscrypt-proxy is a tool for securing communications between a client and a DNS +resolver. It provides a local service which can be used directly as your local +resolver or as a DNS forwarder, encrypting and authenticating requests using the +DNSCrypt protocol and passing them to an upstream server. + +By default dnscrypt-proxy is configured to use OpenDNS' servers. |