Browse Source

Fixed HTTPS-url with regard to #1192

pull/1418/head
Chris Gårdenberg 7 years ago
committed by GitHub
parent
commit
912bcf9487
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      dnsapi/dns_freedns.sh

2
dnsapi/dns_freedns.sh

@ -279,7 +279,7 @@ _freedns_add_txt_record() {
domain_id="$2"
subdomain="$3"
value="$(printf '%s' "$4" | _url_encode)"
url="http://freedns.afraid.org/subdomain/save.php?step=2"
url="https://freedns.afraid.org/subdomain/save.php?step=2"
htmlpage="$(_post "type=TXT&domain_id=$domain_id&subdomain=$subdomain&address=%22$value%22&send=Save%21" "$url")"

Loading…
Cancel
Save