mirror of
https://github.com/pi-hole/docs.git
synced 2024-12-06 19:27:12 +01:00
Update dns-over-https.md
Fix manual update instructions
This commit is contained in:
@@ -180,15 +180,18 @@ Finally, configure Pi-hole to use the local `cloudflared` service as the upstrea
|
||||
#### Manual way
|
||||
|
||||
```bash
|
||||
# stop the service
|
||||
sudo systemctl stop cloudflared
|
||||
# fetch and copy the latest version
|
||||
wget https://bin.equinox.io/c/VdrWdbjqyF/cloudflared-stable-linux-arm.tgz
|
||||
tar -xvzf cloudflared-stable-linux-arm.tgz
|
||||
# stop the service
|
||||
sudo systemctl stop cloudflared
|
||||
# copy the binary
|
||||
sudo cp ./cloudflared /usr/local/bin
|
||||
sudo chmod +x /usr/local/bin/cloudflared
|
||||
# start the service
|
||||
sudo systemctl start cloudflared
|
||||
# verify the service is working fine
|
||||
# verify the service and binary are working fine
|
||||
cloudflared -v
|
||||
sudo systemctl status cloudflared
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user