dnscontrol/docs
Brice Figureau 292ea28208 Populate ovh zones cache as early as possible (#412) (#417)
* 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.
2018-10-16 15:42:54 -04:00
..
_functions Add NAMESERVER_TTL and associated documentation. (#398) 2018-09-04 10:57:11 -04:00
_includes Populate ovh zones cache as early as possible (#412) (#417) 2018-10-16 15:42:54 -04:00
_layouts Website fixes (Part 1) (#223) 2017-10-11 08:33:17 -04:00
_providers ROUTE53: Documentation for AWS Token PR (#403) 2018-09-05 09:07:28 -04:00
assets ROUTE53: Documentation for AWS Token PR (#403) 2018-09-05 09:07:28 -04:00
css Website fixes (Part 1) (#223) 2017-10-11 08:33:17 -04:00
flattener Work around extra whitespace in spf records (#361) 2018-05-03 10:03:38 -04:00
public wip 2017-10-01 14:13:22 -04:00
_config.yml tweaks to gcloud 2017-03-12 16:02:46 -07:00
adding-new-rtypes.md docs/adding-new-rtypes.md: add missing step WRT the feature matrix 2018-01-14 12:30:39 -05:00
alias.md ROUTE53: Support Route53's ALIAS record type (#239) (#301) 2018-01-16 05:53:12 -05:00
examples.md Add NAMESERVER_TTL and associated documentation. (#398) 2018-09-04 10:57:11 -04:00
getting-started.md NEW PROVIDER: OctoDNS (#309) 2018-02-27 17:36:47 -05:00
index.md Simple notification framework (#297) 2018-01-11 11:15:19 -05:00
js.md Website fixes (Part 1) (#223) 2017-10-11 08:33:17 -04:00
lets-encrypt.md casing 2018-04-27 10:48:38 -04:00
migrating.md NEW PROVIDER: OctoDNS (#309) 2018-02-27 17:36:47 -05:00
nameservers.md Website fixes (Part 2) (#221) (#236) 2017-10-24 09:42:30 -04:00
notifications.md Simple notification framework (#297) 2018-01-11 11:15:19 -05:00
opinions.md Downcase DNS names (#253) 2017-11-07 14:12:17 -08:00
provider-list.md upd: Maintainers of contributed providers (#400) 2018-08-30 11:45:52 -04:00
release-engineering.md docs/release-engineering.md: Add local tips 2018-03-16 13:07:42 -04:00
runDocker.sh adding docs again 2017-01-11 13:02:45 -07:00
spf-optimizer.md Productionize the SPF optimizer (#279) 2017-12-06 15:50:21 -05:00
toc.md Website fixes (Part 2) (#221) (#236) 2017-10-24 09:42:30 -04:00
unittests.md unittests.md: Update for new-style flags. 2017-12-11 09:57:46 -05:00
why-the-dot.md Website fixes (Part 1) (#223) 2017-10-11 08:33:17 -04:00
writing-providers.md Docs: Correct numbering and add integration test advice. 2017-12-14 06:11:10 -05:00