diff --git a/management/templates/custom-dns.html b/management/templates/custom-dns.html index f885fbba..ac530cd2 100644 --- a/management/templates/custom-dns.html +++ b/management/templates/custom-dns.html @@ -126,7 +126,7 @@
A
if omitted. Possible values: A
(an IPv4 address), AAAA
(an IPv6 address), TXT
(a text string), CNAME
(an alias, which is a fully qualified domain name — don’t forget the final period), MX
, SRV
, or SSHFP
, or CAA
.A
if omitted. Possible values: A
(an IPv4 address), AAAA
(an IPv6 address), TXT
(a text string), CNAME
(an alias, which is a fully qualified domain name — don’t forget the final period), MX
, SRV
, SSHFP
or CAA
.rtype
is A
or AAAA
and value
is empty or omitted, the IPv4 or IPv6 address of the remote host is used (be sure to use the -4
or -6
options to curl). This is handy for dynamic DNS!