Merge branch 'main' into tlim_sec

This commit is contained in:
Tom Limoncelli 2025-08-19 10:46:53 -04:00 committed by GitHub
commit 394b2648d1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -375,6 +375,7 @@ func (c *axfrddnsProvider) BuildCorrection(dc *models.DomainConfig, msgs []strin
return &models.Correction{
Msg: fmt.Sprintf("DDNS UPDATES to '%s' (primary master: '%s'). Changes:\n%s", dc.Name, c.master, strings.Join(msgs, "\n")),
F: func() error {
update.Compress = true
client := new(dns.Client)
client.Net = c.updateMode
client.Timeout = dnsTimeout