sudo command added for install and start - permission failure without it leads to a non-desriptive failure, e.g. "systemctl" failed: exit status 1

Ilya Pupko 2018-09-22 11:38:36 -07:00
parent 2c7899dbae
commit 11d16ad939

@ -14,8 +14,8 @@ This can probably replace the DNSCrypt page, but leaving it for archive purposes
* `sudo nano dnscrypt-proxy.toml`: Edit the toml file. This is where all the fancy configuration happens.
* In the `listen_addresses` line, edit port to be something other than `53` (since `53` is being used by Pi-Hole). I'll use port 5353 in this example. You can also change both IPv4 and IPv6 as desired.
* Edit other settings as desired. I set `require_dnssec` to be `true`. There are a lot of other options, but server selection and more is already done. If you want to specify the server(s) you want to use, look at [this site](https://dnscrypt.info/public-servers).
* `./dnscrypt-proxy -service install`: install dnscrypt-proxy service
* `./dnscrypt-proxy -service start`: start the new service
* `sudo ./dnscrypt-proxy -service install`: install dnscrypt-proxy service
* `sudo ./dnscrypt-proxy -service start`: start the new service
You can see dnscrypt-proxy 2.0 installation instructions on the [wiki](https://github.com/jedisct1/dnscrypt-proxy/wiki/installation).