From 3e2a96b80a424d996b2eaa8711b002ff95406612 Mon Sep 17 00:00:00 2001 From: iUnknwn Date: Sat, 18 Apr 2020 15:26:23 -0700 Subject: [PATCH] Add changes requested by XhmikosR --- docs/guides/dns-over-https.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guides/dns-over-https.md b/docs/guides/dns-over-https.md index 298d20a..9cd2c02 100644 --- a/docs/guides/dns-over-https.md +++ b/docs/guides/dns-over-https.md @@ -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: @@ -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. \ No newline at end of file +The system will now attempt to update the cloudflared binary automatically, once per week. \ No newline at end of file