mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-06-14 07:02:44 +00:00
Merge dd256541f7986ef3854c97592da184622e5d4a82 into 3d8b682380773f01df0e5abc2ef582c30c663010
This commit is contained in:
commit
fbe6d8c261
@ -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