Update dns-over-https.md

Add command for creating configuration file
This commit is contained in:
iatacs19
2020-05-21 14:21:40 -04:00
committed by GitHub
parent ab6ba5f437
commit f5c69c4d6d
+5 -1
View File
@@ -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