From cd037cef89eb960f1099f47d1f099865f375e358 Mon Sep 17 00:00:00 2001 From: Sergey Ponomarev Date: Sat, 28 Dec 2024 22:42:44 +0200 Subject: [PATCH] Updated DNS API Structural Info description (markdown) --- DNS-API-Structural-Info-description.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/DNS-API-Structural-Info-description.md b/DNS-API-Structural-Info-description.md index 3245664..4e15a2f 100644 --- a/DNS-API-Structural-Info-description.md +++ b/DNS-API-Structural-Info-description.md @@ -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 ` 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 ` 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 `. 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.