From f5c69c4d6dccaa803cb480a451d6c147ee46dc6a Mon Sep 17 00:00:00 2001 From: iatacs19 <33841205+iatacs19@users.noreply.github.com> Date: Thu, 21 May 2020 14:21:40 -0400 Subject: [PATCH] Update dns-over-https.md Add command for creating configuration file --- docs/guides/dns-over-https.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/guides/dns-over-https.md b/docs/guides/dns-over-https.md index 793d9ba..f0bc295 100644 --- a/docs/guides/dns-over-https.md +++ b/docs/guides/dns-over-https.md @@ -57,7 +57,11 @@ Create a `cloudflared` user to run the daemon: sudo useradd -s /usr/sbin/nologin -r -M cloudflared ``` -Proceed to create a configuration file for `cloudflared` by copying the following in to `/etc/default/cloudflared`. This file contains the command-line options that get passed to cloudflared on startup: +Proceed to create a configuration file for `cloudflared`: +```bash +sudo nano /etc/default/cloudflared +``` +Edit configuration file by copying the following in to `/etc/default/cloudflared`. This file contains the command-line options that get passed to cloudflared on startup: ```bash # Commandline args for cloudflared