oscartbeaumont / netlify-dynamic-dns

A Dynamic DNS Client For Netlify Managed DNS
MIT License
61 stars 19 forks source link

Not working, no output #54

Open SpyrexDE opened 2 years ago

SpyrexDE commented 2 years ago

I installed nddns on my Raspberry PI 4 using the script and followed the instructions in the readme. However, when I run nddns -accesstoken xxx -zone example.com -record abc -interval 5 I don't get any success or failure message like in the readme's gif. Is there any way to run nddns with verbose output?

It also does not update my DNS entries.

mwelcker commented 2 years ago

@SpyrexDE: I had the same issue. The Container was working for me, but there is no ARM image for the Raspberry available. I just forked the code and build a ARM image with the latest code base. You can use the image if you want: docker pull ghcr.io/mwelcker/netlify-dynamic-dns:v3.0.2

SpyrexDE commented 2 years ago

@mwelcker Ahh thanks a lot. But you are not right: I just noticed there actually is an arm release, however, the install script seems not to recognize and use it if it's needed. I just modified the script to download the arm version and now the output is working... Well... it at least gives me a bunch of errors:


- Updating DNS recordError reporting anonymous analytics data:  error posting analytics event: Post "https://analytics.otbeaumont.me/event": remote error: tls: internal error
2022/09/07 14:51:18 Error: Error Updating DNS Record error retrieving your public ipv6 address: dial udp [2620:119:35::35]:53: connect: network is unreachable```
steveharman commented 1 year ago

Hi @SpyrexDE Could you explain what you changed to get the script to recognise the ARM version please?

I'm in exactly the same position of installing on a Pi4 but getting nothing from the nddns command - no error, no nothing!