mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-09-09 14:46:40 +08:00
Merge 951f7b0e40
into 8b73de0765
This commit is contained in:
commit
34b302b61f
1 changed files with 5 additions and 0 deletions
|
@ -262,6 +262,11 @@ func (c *desecProvider) createDomain(domain string) error {
|
|||
}
|
||||
printer.Printf("To enable DNSSEC validation for your domain, make sure to convey the DS record(s) to your registrar:\n")
|
||||
printer.Printf("%+q", dm.Keys)
|
||||
c.domainIndexLock.Lock()
|
||||
defer c.domainIndexLock.Unlock()
|
||||
if c.domainIndex != nil {
|
||||
c.domainIndex[domain] = dm.MinimumTTL
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue