diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 17:36:03 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 17:36:03 -0400 |
commit | ee35d0504d40ce5ec72c57844adff538d3e0cf9b (patch) | |
tree | 845cddf4c554561e200b0ba2e5e8cb35e31ed521 /network/dnscrypt-proxy | |
parent | 5181b71ece878facc001225be140b238168e8b32 (diff) |
network/dnscrypt-proxy: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'network/dnscrypt-proxy')
-rw-r--r-- | network/dnscrypt-proxy/README | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/network/dnscrypt-proxy/README b/network/dnscrypt-proxy/README index 3e69789b36d21..673a8bae88c8e 100644 --- a/network/dnscrypt-proxy/README +++ b/network/dnscrypt-proxy/README @@ -1,13 +1,14 @@ -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. +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 a random DNS server; you will -definitely want to change this. +By default dnscrypt-proxy is configured to use a random DNS server; +you will definitely want to change this. -Note that google-go-lang is a compile-time dependency and is not needed during -run-time. +Note that google-go-lang is a compile-time dependency and is not +needed during run-time. Be sure to read README.Slackware for information on configuring/running dnscrypt-proxy as a daemon! |