mirror of
https://github.com/pi-hole/docs.git
synced 2024-12-06 19:27:12 +01:00
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user