Skip to content

Commit

Permalink
Fixed HTTPS-url with regard to acmesh-official#1192
Browse files Browse the repository at this point in the history
  • Loading branch information
itssimple authored and jim-p committed Apr 2, 2018
1 parent 8fbe0fd commit b889266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dnsapi/dns_freedns.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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")"

Expand Down

0 comments on commit b889266

Please sign in to comment.