From 3a85cd09d57ed6f9913e99efc6fd6717d199d697 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Wed, 17 Jan 2018 18:18:02 +0100 Subject: [PATCH] Link --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 00c124d3..f0ec5837 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,9 @@ A modern client implementation of the [DNSCrypt](https://github.com/DNSCrypt/dns ### Initial configuration -1) Modify the `dnscrypt-proxy.toml` configuration file according to your needs. +1) Modify the [`dnscrypt-proxy.toml`](https://raw.githubusercontent.com/jedisct1/dnscrypt-proxy/master/dnscrypt-proxy/dnscrypt-proxy.toml) configuration file according to your needs. 2) Make sure that nothing else is already listening to port 53 on your system and run (in a console with elevated privileges on Windows) the `dnscrypt-proxy` application. Change your DNS settings to the configured IP address and check that everything works as expected. A DNS query for `resolver.00f.net` should return one of the chosen DNS servers instead of your ISP's resolver. +3) Install as a system service (see below). ### Installation as a system service (Windows, Linux, MacOS)