Skip to content

Commit

Permalink
fixed 1984.hosting see issue acmesh-official#2851
Browse files Browse the repository at this point in the history
  • Loading branch information
Iulian Dita committed Sep 8, 2022
1 parent 4904d10 commit 38cb3ab
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dnsapi/dns_1984hosting.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,11 @@ dns_1984hosting_add() {
url="https://1984.hosting/domains/entry/"

postdata="entry=new"
postdata="$postdata&type=TXT"
postdata="$postdata&ttl=900"
postdata="$postdata&zone=$_domain"
postdata="$postdata&type=TXT"
postdata="$postdata&host=$_sub_domain"
postdata="$postdata&ttl=900"
postdata="$postdata&priority=10"
postdata="$postdata&rdata=%22$value%22"
_debug2 postdata "$postdata"

Expand Down

0 comments on commit 38cb3ab

Please sign in to comment.