Browse Source

fix: fix huaweicloud existing record 400

pull/4547/head
Easton Man 2 years ago
parent
commit
e9366f8c76
  1. 3
      dnsapi/dns_huaweicloud.sh

3
dnsapi/dns_huaweicloud.sh

@ -246,8 +246,7 @@ _add_record() {
\"type\": \"TXT\",
\"ttl\": 1,
\"records\": [
${_exist_record},
\"\\\"${_txtvalue}\\\"\"
${_exist_record},\"\\\"${_txtvalue}\\\"\"
]
}"
fi

Loading…
Cancel
Save