Merge pull request #320 from iatacs19/patch-1

Update dns-over-https.md
This commit is contained in:
Dan Schaper
2020-05-21 17:12:23 -07:00
committed by GitHub
+7 -1
View File
@@ -57,7 +57,13 @@ 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