mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-04-29 22:52:43 +00:00
Merge dd256541f7986ef3854c97592da184622e5d4a82 into 40b6db6a2715628aa977ed1853fe5256704010ae
This commit is contained in:
commit
38112ac2d4
@ -41,10 +41,12 @@ 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"
|
||||
# without setting the priority, validaton will fail.
|
||||
postdata="$postdata&priority=10"
|
||||
postdata="$postdata&rdata=%22$value%22"
|
||||
_debug2 postdata "$postdata"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user