#Access via CloudFlare Zero Trust
1 messages · Page 1 of 1 (latest)
are you using the cloudflared addon?
if so you have to put this in your configuration.yaml file:
http:
use_x_forwarded_for: true
trusted_proxies:
- 172.30.33.0/24
No just pointing tunnel to IP and port
do I have to use an add on?
hmm pretty sure it needs something like this as well then
well the addon makes it really easy 🙂
but there might be different ways that achieve the same thing...
the add on simply updates an DNS A record. it is not leverging ZT
the .yaml doesnt have any proxy info
it is
it is using ZT
not just simply updating a DNS record
I am talking about this one https://github.com/brenner-tobias/addon-cloudflared/
OK, different to the add on i found, I get an error though, This redirect is not supported by your Home Assistant installation. It needs either the Home Assistant Operating System or Home Assistant Supervised installation method. For more information, see the documentation.
thanks, ill look into it