Hi,
My public IP address is not always updated on the ns1.dynv6.com, ns2.dynv6.com or ns3.dynv6.com server.
I use a bash script to notify my new public IP address using this command :
curl --silent --show-error --fail --max-time 30 https://ipv4.dynv6.com/api/update?hostname=MY_HOSTNAME&ipv4=auto&token=MY_TOKEN
I wait 7 seconds before checking if DNS updated with my new public IP address using these commands :
dig ns1.dynv6.com -4 +short HOSTNAME
This command repeat for ns2 and ns3 server.
Sometime one of the ns[1-3].dynv6.com keep my old IP address.
Is something wrong with my curl command?
Thanks for help
Jocelyn