mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-01-11 18:08:57 +08:00
292ea28208
* Maint: run generate for missing documentation Apparently current master is missing some generated documentation. * Populate ovh zones cache as early as possible (#412) We are caching the OVH zones in GetNameservers. It turns out it isn’t a good idea, because GetNameServers will not be called if the user selects no name servers for a given domain by using for example: ``` D(‘my domain’, DnsProvider(ovh, 0)) { } ``` The subsequent GetDomainCorrections would automatically fail with an unknown domain error, because the zones cache hasn’t been filled in. To solve the issue, the ovh provider now populates the zones cache during initialisation. |
||
---|---|---|
.. | ||
_functions | ||
_includes | ||
_layouts | ||
_providers | ||
assets | ||
css | ||
flattener | ||
public | ||
_config.yml | ||
adding-new-rtypes.md | ||
alias.md | ||
examples.md | ||
getting-started.md | ||
index.md | ||
js.md | ||
lets-encrypt.md | ||
migrating.md | ||
nameservers.md | ||
notifications.md | ||
opinions.md | ||
provider-list.md | ||
release-engineering.md | ||
runDocker.sh | ||
spf-optimizer.md | ||
toc.md | ||
unittests.md | ||
why-the-dot.md | ||
writing-providers.md |