mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-01-26 06:19:52 +00:00
sudo command added for install and start - permission failure without it leads to a non-desriptive failure, e.g. "systemctl" failed: exit status 1
parent
2c7899dbae
commit
11d16ad939
1 changed files with 2 additions and 2 deletions
|
@ -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).
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue