Browse Source

Fix porkbun issues

See gh-3450
pull/3529/head
Roman Zabaluev 3 years ago
committed by Haarolean
parent
commit
1e5e3353f3
  1. 2
      dnsapi/dns_porkbun.sh

2
dnsapi/dns_porkbun.sh

@ -110,8 +110,8 @@ _get_root() {
if _porkbun_rest POST "dns/retrieve/$h"; then
if _contains "$response" "\"status\":\"SUCCESS\""; then
_sub_domain="$(echo "$fulldomain" | sed "s/\\.$_domain\$//")"
_domain=$h
_sub_domain="$(echo "$fulldomain" | sed "s/\\.$_domain\$//")"
return 0
else
_debug "Go to next level of $_domain"

Loading…
Cancel
Save