|
@@ -1,12 +1,14 @@
|
|
|
#!/usr/bin/env sh
|
|
|
# shellcheck disable=SC2034
|
|
|
dns_myapi_info='Custom API Example
|
|
|
- A sample custom DNS API script.
|
|
|
-Domains: example.com
|
|
|
+ A sample custom DNS API script description.
|
|
|
+Domains: example.com example.net
|
|
|
Site: github.com/acmesh-official/acme.sh/wiki/DNS-API-Dev-Guide
|
|
|
-Docs: github.com/acmesh-official/acme.sh/wiki/dnsapi#dns_duckdns
|
|
|
+Docs: github.com/acmesh-official/acme.sh/wiki/dnsapi2#dns_myapi
|
|
|
Options:
|
|
|
- MYAPI_Token API Token. Get API Token from https://example.com/api/. Optional.
|
|
|
+ MYAPI_Token API Token. Get API Token from https://example.com/api/
|
|
|
+ MYAPI_Variable2 Option 2. Default "default value".
|
|
|
+ MYAPI_Variable2 Option 3. Optional.
|
|
|
Issues: github.com/acmesh-official/acme.sh
|
|
|
Author: Neil Pang <[email protected]>
|
|
|
'
|