mirror of
https://github.com/jeessy2/ddns-go.git
synced 2025-10-20 15:33:46 +08:00
fix namesilo only update the first domain (#1375)
This commit is contained in:
@ -110,7 +110,7 @@ func (ns *NameSilo) addUpdateDomainRecords(recordType string) {
|
||||
recordID = record.RecordID
|
||||
if record.Value == ipAddr {
|
||||
util.Log("你的IP %s 没有变化, 域名 %s", ipAddr, domain)
|
||||
return
|
||||
continue
|
||||
}
|
||||
}
|
||||
ns.modify(domain, recordID, recordType, ipAddr, isAdd)
|
||||
|
Reference in New Issue
Block a user