Skip to content

Commit

Permalink
fixed 1984.hosting (see acmesh-official#2851) - actions enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
Iulian Dita committed Sep 8, 2022
1 parent 38cb3ab commit dd25654
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dnsapi/dns_1984hosting.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ dns_1984hosting_add() {
postdata="$postdata&type=TXT"
postdata="$postdata&host=$_sub_domain"
postdata="$postdata&ttl=900"
# without setting the priority, validaton will fail.
postdata="$postdata&priority=10"
postdata="$postdata&rdata=%22$value%22"
_debug2 postdata "$postdata"
Expand Down

0 comments on commit dd25654

Please sign in to comment.