Browse Source

Update dns_la.sh

pull/6361/head
OPPO9008 6 months ago
committed by GitHub
parent
commit
38a1644c20
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 20
      dnsapi/dns_la.sh

20
dnsapi/dns_la.sh

@ -3,16 +3,16 @@
# LA_Id="123"
# LA_Sk="456"
# LA_Token=""
#dns_la_info='dns.la
Site: dns.la
Docs: github.com/acmesh-official/acme.sh/wiki/dnsapi2#dns_la
Options:
我的账户 API 密钥 中获取 APIID APISecret
LA_Id APIID
LA_Key APISecret
LA_Token 用冒号连接 APIID APISecret 再base64生成
Issues: github.com/acmesh-official/acme.sh/issues/4257
'
#
#Site: dns.la
#Docs: github.com/acmesh-official/acme.sh/wiki/dnsapi2#dns_la
#Options:
#我的账户 API 密钥 中获取 APIID APISecret
# LA_Id APIID
# LA_Key APISecret
# LA_Token 用冒号连接 APIID APISecret 再base64生成
#Issues: github.com/acmesh-official/acme.sh/issues/4257
#'
LA_Api="https://api.dns.la/api"
######## Public functions #####################

Loading…
Cancel
Save