Skip to content

Commit 5624242

Browse files
authored
Merge pull request #6434 from stokito/dnsapi_fix_info
DNS API: Fix Structural Info
2 parents 74fdf64 + 8113711 commit 5624242

26 files changed

+46
-53
lines changed

dnsapi/dns_beget.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Options:
77
BEGET_User API user
88
BEGET_Password API password
99
Issues: github.com/acmesh-official/acme.sh/issues/6200
10-
Author: ARNik arnik@arnik.ru
10+
Author: ARNik <arnik@arnik.ru>
1111
'
1212

1313
Beget_Api="https://api.beget.com/api"

dnsapi/dns_bookmyname.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Options:
77
BOOKMYNAME_USERNAME Username
88
BOOKMYNAME_PASSWORD Password
99
Issues: github.com/acmesh-official/acme.sh/issues/3209
10-
Author: Neilpang
10+
Author: @Neilpang
1111
'
1212

1313
######## Public functions #####################

dnsapi/dns_ddnss.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Docs: github.com/acmesh-official/acme.sh/wiki/dnsapi#dns_ddnss
66
Options:
77
DDNSS_Token API Token
88
Issues: github.com/acmesh-official/acme.sh/issues/2230
9-
Author: RaidenII, helbgd, mod242
9+
Author: @helbgd, @mod242
1010
'
1111

1212
DDNSS_DNS_API="https://ddnss.de/upd.php"

dnsapi/dns_dnshome.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Options:
77
DNSHOME_Subdomain Subdomain
88
DNSHOME_SubdomainPassword Subdomain Password
99
Issues: github.com/acmesh-official/acme.sh/issues/3819
10-
Author: dnsHome.de https://github.com/dnsHome-de
10+
Author: @dnsHome-de
1111
'
1212

1313
# Usage: add subdomain.ddnsdomain.tld "XKrxpRBosdIKFzxW_CT3KLZNf6q0HG9i01zxXp5CPBs"

dnsapi/dns_duckdns.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Site: www.DuckDNS.org
55
Docs: github.com/acmesh-official/acme.sh/wiki/dnsapi#dns_duckdns
66
Options:
77
DuckDNS_Token API Token
8-
Author: RaidenII
8+
Author: @RaidenII
99
'
1010

1111
DuckDNS_API="https://www.duckdns.org/update"

dnsapi/dns_dyn.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Options:
88
DYN_Customer Customer
99
DYN_Username API Username
1010
DYN_Password Secret
11-
Author: Gerd Naschenweng <https://github.com/magicdude4eva>
11+
Author: Gerd Naschenweng <@magicdude4eva>
1212
'
1313

1414
# Dyn Managed DNS API

dnsapi/dns_dynv6.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Options:
88
OptionsAlt:
99
KEY Path to SSH private key file. E.g. "/root/.ssh/dynv6"
1010
Issues: github.com/acmesh-official/acme.sh/issues/2702
11-
Author: StefanAbl
11+
Author: @StefanAbl
1212
'
1313

1414
dynv6_api="https://dynv6.com/api/v2"

dnsapi/dns_easydns.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Options:
77
EASYDNS_Token API Token
88
EASYDNS_Key API Key
99
Issues: github.com/acmesh-official/acme.sh/issues/2647
10-
Author: Neilpang, wurzelpanzer <wurzelpanzer@maximolider.net>
10+
Author: @Neilpang, wurzelpanzer <wurzelpanzer@maximolider.net>
1111
'
1212

1313
# API Documentation: https://sandbox.rest.easydns.net:3001/

dnsapi/dns_freedns.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Options:
77
FREEDNS_User Username
88
FREEDNS_Password Password
99
Issues: github.com/acmesh-official/acme.sh/issues/2305
10-
Author: David Kerr <https://github.com/dkerr64>
10+
Author: David Kerr <@dkerr64>
1111
'
1212

1313
######## Public functions #####################

dnsapi/dns_he_ddns.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Site: dns.he.net
55
Docs: github.com/acmesh-official/acme.sh/wiki/dnsapi2#dns_he_ddns
66
Options:
77
HE_DDNS_KEY The DDNS key
8+
Issues: https://github.com/acmesh-official/acme.sh/issues/5238
89
Author: Markku Leiniö
910
'
1011

0 commit comments

Comments
 (0)