This is a read-only/monitoring "registrar". It does a DNS NS lookup to confirm the nameserver servers are correct. This "registrar" is unable to update/correct the NS servers but will alert you if they are incorrect. A common use of this provider is when the domain is with a registrar that does not have an API.
To use this provider, add an entry to `creds.json` with `TYPE` set to `DNSOVERHTTPS`.
```json
{
"dohdefault": {
"TYPE": "DNSOVERHTTPS"
}
}
```
The DNS-over-HTTPS provider defaults to using Google Public DNS however you may configure an alternative RFC 8484 DoH provider using the `host` parameter.