update @ record as well

This commit is contained in:
Viktor Barzin 2024-12-02 21:50:44 +00:00
parent 5ae9422083
commit a475de6923
2 changed files with 8 additions and 3 deletions

View file

@ -192,7 +192,7 @@ func run() error {
if publicDNSIp.Equal(dynamicDNSIp) {
glog.Infof("IPs of dyndns and current ip match, nothing to do: current=%s, dyndns=%s", publicDNSIp, dynamicDNSIp)
// return nil
return nil
}
// Send notification as glue records can't be modified programatically for godaddy :/
defer notifyForIPChange(publicDNSIp, dynamicDNSIp)