Skip to content

Commit

Permalink
Add changes requested by XhmikosR
Browse files Browse the repository at this point in the history
  • Loading branch information
iUnknwn committed Apr 18, 2020
1 parent 7f7312a commit 3e2a96b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guides/dns-over-https.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Proceed to create a configuration file for `cloudflared` by copying the followin
CLOUDFLARED_OPTS=--port 5053 --upstream https://1.1.1.1/dns-query --upstream https://1.0.0.1/dns-query
```

**Note:** The `cloudflared` binary will work with other DoH providers (for example, you could use https://8.8.8.8/dns-query for Google DNS).
**Note:** The `cloudflared` binary will work with other DoH providers (for example, you could use `https://8.8.8.8/dns-query` for Google DNS).

Update the permissions for the configuration file and `cloudflared` binary to allow access for the cloudflared user:

Expand Down Expand Up @@ -244,4 +244,4 @@ sudo chmod +x /etc/cron.weekly/cloudflared-updater.sh
sudo chown root:root /etc/cron.weekly/cloudflared-updater.sh
```

The system will now attempt to update the cloudflared binary automatically, once per week.
The system will now attempt to update the cloudflared binary automatically, once per week.

0 comments on commit 3e2a96b

Please sign in to comment.