How to debug? #109
-
Could someone help me debug my setup? I followed the readme and everything is set. Cloudflare is logging worker requests sent from my UDMP, but my DNS-record remains unchanged. ![]() I checked the code and I think it should be mentioned that the DNS record should already exist in the zone: https://github.com/willswire/unifi-ddns/blob/main/src/index.ts#L85. I now added one with 1.1.1.1 as a value. I am not familiar with Cloudflare, but found Cloudflare workers can be logged with Wrangler. I installed Wrangler and am logging the output of the worker;
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I was actually setting up dDNS to be able to remote access my Home Assistant. Instead of trying to get this repository to work and use port forwarding to expose my Home Assistant, I actually set-up a Cloudflare Tunnel with the Cloudflared add-on. This worked flawlessly and is more secure as well. |
Beta Was this translation helpful? Give feedback.
I was actually setting up dDNS to be able to remote access my Home Assistant. Instead of trying to get this repository to work and use port forwarding to expose my Home Assistant, I actually set-up a Cloudflare Tunnel with the Cloudflared add-on. This worked flawlessly and is more secure as well.