#i am trying to use cloudflare tunnel to

1 messages ยท Page 1 of 1 (latest)

deft merlin
#

That wasn't indented correctly

oak latchBOT
deft merlin
#

That would have told you about the problem

zinc delta
#

i am coming from c++ world where indents dont matter one bit

oak latchBOT
#

YAML is the mark up language used by Home Assistant, consistent indenting (two spaces per level) is key. Here is a primer, and this explains multi-line templates. For validating YAML see YAML Lint.

zinc delta
deft merlin
#

Well, use the IP from your own log

oak latchBOT
#

If you're having problems with your updates to your configuration:

zinc delta
deft merlin
#

Probably

#

If that passes, restart HA and then check your log when you have problems

zinc delta
#

i dont see any ip-s

2023-11-16 20:21:14.157 ERROR (MainThread) [homeassistant.components.http.forwarded] Received X-Forwarded-For header from an untrusted proxy ::1```
#

ill try using debug

deft merlin
#

Ummm

#
Received X-Forwarded-For header from an untrusted proxy ::1
#

What's that at the end of the line ๐Ÿ˜‰

zinc delta
#

::1 is the compressed format IPV6 loopback address 0:0:0:0:0:0:0:1. It is the equivalent of the IPV4 address 127.0.0.1.
ah