mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-06-15 20:32:44 +00:00
fixed 1984.hosting see issue #2851
This commit is contained in:
parent
4904d100ff
commit
38cb3abbb4
@ -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"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user