We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 54f4210 + fed8088 commit 403225fCopy full SHA for 403225f
bin/v-add-dns-record
@@ -71,7 +71,7 @@ fi
71
if [ "$rtype" != "CAA" ]; then
72
dvalue=${dvalue//\"/}
73
# Add support for DS key
74
- if [ "$rtype" != "DNSKEY" ] && [ "$rtype" != "DS" ]; then
+ if [ "$rtype" != "DNSKEY" ] && [ "$rtype" != "DS" ] && [ "$rtype" != "TLSA" ]; then
75
if [ "$rtype" != 'SRV' ] && [[ "$dvalue" =~ [\;[:space:]] ]]; then
76
dvalue='"'"$dvalue"'"'
77
fi
0 commit comments