Dynamic IP Update

Hello,

Seems Dynamic IP Update its not working anymore. Its not upgrade the dns zone with the new ip, my script runs correctly and display my new ip but doesent update the zones.How can i update manually all zone ?

Thanks

Hi,

Can you show your script and a place in UI where exactly are you calling it?


This is the script inside ip_update.sh, its tested on terminal and return my external ip!
#!/bin/bash
my_new_ip="$(dig +short MYDDNS_name.com)"
echo ${my_new_ip}

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.