dnscontrol/docs/_includes
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
..
alert.html adding docs again 2017-01-11 13:02:45 -07:00
endExample.html adding docs again 2017-01-11 13:02:45 -07:00
feature.html add include 2017-10-02 11:19:40 -04:00
func.html adding docs again 2017-01-11 13:02:45 -07:00
funcList.md adding docs again 2017-01-11 13:02:45 -07:00
matrix.html Populate ovh zones cache as early as possible (#412) (#417) 2018-10-16 15:42:54 -04:00
startExample.html docs/ Remove whitespace at EOL 2017-08-29 13:49:39 -04:00