You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I setup cloudflare-ddns and all the configuration went cleanly. Added my token without issue but I'm not seeing IP address updates.
Is there a way from within the LXC I can manually trigger an update?
How do I see the output?
Does the cloudflare side have logs that I missed?
I see:
journalctl -u cloudflare-ddns.service -n 50 --no-pager
Aug 18 18:06:58 cloudflare-ddns systemd[1]: cloudflare-ddns.service: Main process exited, code=exited, status=1/FAILURE
Aug 18 18:06:58 cloudflare-ddns systemd[1]: cloudflare-ddns.service: Failed with result 'exit-code'.
Aug 18 18:11:59 cloudflare-ddns systemd[1]: cloudflare-ddns.service: Scheduled restart job, restart counter is at 5.
Aug 18 18:11:59 cloudflare-ddns systemd[1]: Stopped cloudflare-ddns.service - Cloudflare DDNS Service (Go run).
Aug 18 18:11:59 cloudflare-ddns systemd[1]: Started cloudflare-ddns.service - Cloudflare DDNS Service (Go run).
Aug 18 18:11:59 cloudflare-ddns go[1888]: 🌟 Cloudflare DDNS
Aug 18 18:11:59 cloudflare-ddns go[1888]: 😦 You are running this updater as root, which is usually a bad idea
Aug 18 18:11:59 cloudflare-ddns go[1888]: 📖 Reading settings . . .
Aug 18 18:11:59 cloudflare-ddns go[1888]: 🔸 Use default IP4_PROVIDER=cloudflare.trace
Aug 18 18:11:59 cloudflare-ddns go[1888]: 😡 IP6_PROVIDER ("auto") is not a valid provider
Edit: I set IP6_PROVIDER=none and I think its' working now.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I setup cloudflare-ddns and all the configuration went cleanly. Added my token without issue but I'm not seeing IP address updates.
I see:
journalctl -u cloudflare-ddns.service -n 50 --no-pager
Aug 18 18:06:58 cloudflare-ddns systemd[1]: cloudflare-ddns.service: Main process exited, code=exited, status=1/FAILURE
Aug 18 18:06:58 cloudflare-ddns systemd[1]: cloudflare-ddns.service: Failed with result 'exit-code'.
Aug 18 18:11:59 cloudflare-ddns systemd[1]: cloudflare-ddns.service: Scheduled restart job, restart counter is at 5.
Aug 18 18:11:59 cloudflare-ddns systemd[1]: Stopped cloudflare-ddns.service - Cloudflare DDNS Service (Go run).
Aug 18 18:11:59 cloudflare-ddns systemd[1]: Started cloudflare-ddns.service - Cloudflare DDNS Service (Go run).
Aug 18 18:11:59 cloudflare-ddns go[1888]: 🌟 Cloudflare DDNS
Aug 18 18:11:59 cloudflare-ddns go[1888]: 😦 You are running this updater as root, which is usually a bad idea
Aug 18 18:11:59 cloudflare-ddns go[1888]: 📖 Reading settings . . .
Aug 18 18:11:59 cloudflare-ddns go[1888]: 🔸 Use default IP4_PROVIDER=cloudflare.trace
Aug 18 18:11:59 cloudflare-ddns go[1888]: 😡 IP6_PROVIDER ("auto") is not a valid provider
Edit: I set IP6_PROVIDER=none and I think its' working now.
Thank you
Beta Was this translation helpful? Give feedback.
All reactions