mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-02-24 15:43:08 +08:00
DOCS: Document Loopia doesn't support Null MX (#2220)
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
This commit is contained in:
parent
ac5006ba68
commit
7de874fbf8
1 changed files with 8 additions and 0 deletions
|
@ -205,6 +205,14 @@ D("example.com", REG_LOOPIA, DnsProvider(DSP_LOOPIA),
|
||||||
```
|
```
|
||||||
{% endcode %}
|
{% endcode %}
|
||||||
|
|
||||||
|
## Special notes about newer standards
|
||||||
|
|
||||||
|
Loopia does not yet support [RFC7505](https://www.rfc-editor.org/rfc/rfc7505), so null `MX` records are
|
||||||
|
currently prohibited.
|
||||||
|
|
||||||
|
Until such a time when they do begin to support this, Loopias
|
||||||
|
`auditrecords.go` code prohibits this.
|
||||||
|
|
||||||
## Metadata
|
## Metadata
|
||||||
|
|
||||||
This provider does not recognize any special metadata fields unique to LOOPIA.
|
This provider does not recognize any special metadata fields unique to LOOPIA.
|
||||||
|
|
Loading…
Reference in a new issue