From ca6f397c0f8b3280f3f7551dcc89d12aa9f03768 Mon Sep 17 00:00:00 2001 From: yodax Date: Tue, 25 Apr 2017 08:11:50 +0200 Subject: [PATCH] Remove extra or --- management/templates/custom-dns.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ email The email address of any administrative user here. password That user’s password. qname The fully qualified domain name for the record you are trying to set. It must be one of the domain names or a subdomain of one of the domain names hosted on this box. (Add mail users or aliases to add new domains.) -rtype The resource type. Defaults to 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. +rtype The resource type. Defaults to 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. value For PUT, POST, and DELETE, the record’s value. If the 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!