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 6715320 + a9f96bf commit 90e6c9bCopy full SHA for 90e6c9b
dnsapi/dns_cf.sh
@@ -92,7 +92,9 @@ dns_cf_add() {
92
if _contains "$response" "$txtvalue"; then
93
_info "Added, OK"
94
return 0
95
- elif _contains "$response" "The record already exists"; then
+ elif _contains "$response" "The record already exists" ||
96
+ _contains "$response" "An identical record already exists." ||
97
+ _contains "$response" '"code":81058'; then
98
_info "Already exists, OK"
99
100
else
0 commit comments