mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-09-08 14:15:30 +08:00
Merge branch 'main' into tlim_sec
This commit is contained in:
commit
394b2648d1
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue