-
-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not working, no output #54
Comments
@SpyrexDE: I had the same issue. The Container was working for me, but there is no ARM image for the Raspberry available. |
@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``` |
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 |
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.
The text was updated successfully, but these errors were encountered: