Update docs/guides/dns-over-https.md

Co-authored-by: Dan Schaper <dan@glacialmagma.com>
This commit is contained in:
iatacs19
2020-05-21 20:08:43 -04:00
committed by GitHub
parent f5c69c4d6d
commit 46f3e8105f
+2
View File
@@ -58,9 +58,11 @@ sudo useradd -s /usr/sbin/nologin -r -M cloudflared
```
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