From 9c869f7a21b188c07096dda590bc94b0838eb8f9 Mon Sep 17 00:00:00 2001 From: ThinkPadNL Date: Fri, 17 Aug 2018 15:33:25 +0200 Subject: [PATCH] Update dns-over-https.md Added second Cloudflare DNS server for more redundancy. Signed-off-by: ThinkPadNL --- docs/guides/dns-over-https.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/dns-over-https.md b/docs/guides/dns-over-https.md index 3f20a0c..e7d57d1 100644 --- a/docs/guides/dns-over-https.md +++ b/docs/guides/dns-over-https.md @@ -51,7 +51,7 @@ Proceed to create a configuration file for `cloudflared` by copying the followin ``` # Commandline args for cloudflared -CLOUDFLARED_OPTS=--port 5053 --upstream https://1.1.1.1/dns-query +CLOUDFLARED_OPTS=--port 5053 --upstream https://1.1.1.1/dns-query --upstream https://1.0.0.1/dns-query ``` Update the permissions for the configuration file and `cloudflared` binary to allow access for the cloudflared user