We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3efdb5c commit adc8b15Copy full SHA for adc8b15
docs/guides/dns/cloudflared.md
@@ -84,6 +84,13 @@ Edit configuration file by copying the following in to `/etc/default/cloudflared
84
CLOUDFLARED_OPTS=--port 5053 --upstream https://1.1.1.1/dns-query --upstream https://1.0.0.1/dns-query
85
```
86
87
+If you're running cloudflared on different host than pi-hole, you can add listening address to all IPs:
88
+
89
+```bash
90
+# Commandline args for cloudflared, using Cloudflare DNS
91
+CLOUDFLARED_OPTS=--port 5053 --upstream https://1.1.1.1/dns-query --upstream https://1.0.0.1/dns-query --address 0.0.0.0
92
+```
93
94
Update the permissions for the configuration file and `cloudflared` binary to allow access for the cloudflared user:
95
96
```bash
0 commit comments