This commit is contained in:
mkelcik
2023-12-09 16:20:31 +01:00
parent 17afc65f92
commit 316a40b662
3 changed files with 5 additions and 5 deletions

View File

@@ -83,7 +83,7 @@ func main() {
}
if config.OnChangeComment != "" {
update.Comment = config.OnChangeComment
update.Comment = &config.OnChangeComment
}
if _, err := api.UpdateDNSRecord(ctx, cloudflare.ZoneIdentifier(zoneID), update); err != nil {