dns: add Sync() mechanism to update A/AAAA records on the DNS provider

Signed-off-by: Alejandro Mery <amery@jpi.io>
This commit is contained in:
2023-09-12 20:28:50 +00:00
parent 172752ab90
commit dd585b0fa2
2 changed files with 348 additions and 0 deletions
+1
View File
@@ -167,6 +167,7 @@ func (mgr *Manager) genAllAddrRecords() []AddrRecord {
out = append(out, rec)
}
SortAddrRecords(out)
return out
}