update @ record as well
This commit is contained in:
parent
5ae9422083
commit
a475de6923
2 changed files with 8 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue