always update techntiium for test

This commit is contained in:
Viktor Barzin 2024-12-02 21:33:01 +00:00
parent ce0ae2a913
commit 597365d2b9
2 changed files with 2 additions and 2 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)