We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd6cce0 commit d79341bCopy full SHA for d79341b
1 file changed
bin/v-change-dns-record
@@ -58,6 +58,10 @@ check_hestia_demo_mode
58
# Action #
59
#----------------------------------------------------------#
60
61
+if [ $record = "@" ] && [ $rtype = "CNAME" ]; then
62
+ check_result $E_INVALID "CNAME on root is not allowed"
63
+fi
64
+
65
# Make sure the variable for the optional parameter TTL is empty before parsing
66
# We depend on that later on
67
unset TTL
0 commit comments