Skip to content

Commit

Permalink
fix namesilo only update the first domain (#1375)
Browse files Browse the repository at this point in the history
  • Loading branch information
ProAlexUSC authored Jan 24, 2025
1 parent 215dbdd commit a0b5474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dns/namesilo.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a0b5474

Please sign in to comment.