-
-
Notifications
You must be signed in to change notification settings - Fork 33
Description
I have gone through the instructions and the cloudflare and FritzBox documentations multiple times, but can't find my error.
My setup:
-
Some old PC with ubuntu as server in my home network
-
A FritzBox 7590 as my network router
-
This project deployed as a docker container on said server
-
Cloudflare account, where i registered my domain and route it to the public IP of my FritzBox
This works. I have configured my FritzBox with this:
where "schubuntu" is the hostname of the server and the password is an API token from cloudflare. The full URL is this:
http://schubuntu:9017?token=<pass>&zone=<domain>&ipv4=<ipaddr>&ipv6=<ip6addr>
Now the issue: I had multiple changes of my public IP over the last little while, but my DNS records where never updated.
When i manually enter the update-url in a browser and replace pass, domain, ipv4 and ipv6 I get a success response and the record is updated. So my guess is that the router just doesn't call the URL or replaces wrong parameters?
Please tell me what i did wrong or if the FritzBox not working correctly.
Any help is appreciated, thank you
Simon

