|
@@ -537,10 +537,10 @@ automatically.
|
|
|
|
|
|
At least the following record types are supported: ``A``, ``AAAA``, ``AFSDB``,
|
|
|
``APL``, ``CAA``, ``CDNSKEY``, ``CDS``, ``CERT``, ``CNAME``, ``DHCID``,
|
|
|
-``DNSKEY``, ``DLV``, ``DS``, ``EUI48``, ``EUI64``, ``HINFO``, ``HTTPS``,
|
|
|
-``KX``, ``LOC``, ``MX``, ``NAPTR``, ``NS``, ``OPENPGPKEY``, ``PTR``, ``RP``,
|
|
|
-``SMIMEA``, ``SPF``, ``SRV``, ``SSHFP``, ``SVCB``, ``TLSA``, ``TXT``, ``URI``.
|
|
|
-(The ``SOA`` record is managed automatically.)
|
|
|
+``DNAME``, ``DNSKEY``, ``DLV``, ``DS``, ``EUI48``, ``EUI64``, ``HINFO``,
|
|
|
+``HTTPS``, ``KX``, ``LOC``, ``MX``, ``NAPTR``, ``NS``, ``OPENPGPKEY``,
|
|
|
+``PTR``, ``RP``, ``SMIMEA``, ``SPF``, ``SRV``, ``SSHFP``, ``SVCB``, ``TLSA``,
|
|
|
+``TXT``, ``URI``. (The ``SOA`` record is managed automatically.)
|
|
|
|
|
|
Special care needs to be taken with some types of records, as explained below.
|
|
|
|
|
@@ -548,21 +548,16 @@ Special care needs to be taken with some types of records, as explained below.
|
|
|
Restricted Types
|
|
|
````````````````
|
|
|
|
|
|
-``ALIAS``
|
|
|
- Due to conflicts with the security guarantees we would like to give, this
|
|
|
- record type is disabled in our API. If you attempt to create such RRsets,
|
|
|
- you will receive a ``400 Bad Request`` response.
|
|
|
+``ALIAS``/``ANAME``
|
|
|
+ Due to conflicts with the security guarantees we would like to give, we do
|
|
|
+ not support these record types (`detailed explanation`_). Attempts to
|
|
|
+ create such records will result in a ``400 Bad Request`` response.
|
|
|
|
|
|
If you need redirect functionality at the zone apex, consider using the
|
|
|
``HTTPS`` record type which serves exactly this purpose. (Note that as of
|
|
|
06/2021, this record type is not yet supported in all browsers.)
|
|
|
|
|
|
-``DNAME``
|
|
|
- Implementation of this record type is under way. You can track progress
|
|
|
- here: https://github.com/desec-io/desec-stack/pull/521
|
|
|
-
|
|
|
- When attempting to create such an RRset, you will receive a ``400 Bad
|
|
|
- Request`` response.
|
|
|
+.. _detailed explanation: https://talk.desec.io/t/clarification-on-alias-records/113/2
|
|
|
|
|
|
``DNSKEY``, ``DS``, ``CDNSKEY``, ``CDS``, ``NSEC3PARAM``, ``RRSIG``
|
|
|
These record types are meant to provide DNSSEC-related information in
|