Updated DNS API Structural Info description (markdown)

master
Sergey Ponomarev 2024-12-28 22:42:44 +02:00
parent a80ad34454
commit cd037cef89
1 changed files with 3 additions and 3 deletions

@ -53,7 +53,7 @@ You can use a second section `OptionsAlt:` section. See [dns_cf.sh](https://gith
The `Issues: github.com/acmesh-official/acme.sh/issues/9000` is a link to an support issue or a forum topic where you can reach an author to report a bug. At beginning you may omit it and we'll add ourselves once a PR is merged and the issue is created. The `https://` at beginning is stripped.
The `Author: Your Name <your.name@example.com>` is an optional field with a developer name and email (is not required). The author can be a GitHub username `@yourname`. Multiple authors should be separated with a comma `,`.
The `Author: Your Name <your.name@example.com>` is an optional field with a developer name and email (is not required). The author can be a GitHub username `@yourname`. You may use a link e.g. `Author: Alex Loban <https://github.com/LAV45>`. Multiple authors should be separated with a comma `,` e.g. `Author: Wolfgang Ebner, Sven Neubuaer`.
## Domain aliases
@ -80,7 +80,7 @@ Site: github.com/joohoi/acme-dns
'
```
See the commit with many samples https://github.com/acmesh-official/acme.sh/commit/6b7b5caf54ea0b45508e158db3748d00f48672f2#diff-defdf80606e9123d8383965fa2bd6281a2567dc76c7d246a5244b41ec43429feR3
See the [initial commit](https://github.com/acmesh-official/acme.sh/commit/6b7b5caf54ea0b45508e158db3748d00f48672f2#diff-defdf80606e9123d8383965fa2bd6281a2567dc76c7d246a5244b41ec43429feR3) for mare samples.
## Parsing
@ -103,6 +103,6 @@ done
Now execute it and stored result to info.txt file:
sh ./dns_info.sh > info.txt
sh ./dns_info.sh > info.txt
The resulted file has size of 39Kb bytes and gzipped it's about 10Kb.