mirror of
https://github.com/go-acme/lego
synced 2026-03-14 14:35:48 +01:00
docs: add note about aliases
This commit is contained in:
parent
b7202ad551
commit
b7cdcd5438
4 changed files with 4 additions and 4 deletions
|
|
@ -2,7 +2,7 @@ Name = "Joohoi's ACME-DNS"
|
|||
Description = ''''''
|
||||
URL = "https://github.com/joohoi/acme-dns"
|
||||
Code = "acmedns"
|
||||
Aliases = ["acme-dns"]
|
||||
Aliases = ["acme-dns"] # "acme-dns" is for compatibility with v4, must be dropped in the future.
|
||||
Since = "v1.1.0"
|
||||
|
||||
Example = '''
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ Akamai edgedns supersedes FastDNS; implementing a DNS provider for solving the D
|
|||
'''
|
||||
URL = "https://www.akamai.com/us/en/products/security/edge-dns.jsp"
|
||||
Code = "edgedns"
|
||||
Aliases = ["fastdns"] # "fastdns" is for compatibility with v3, must be dropped in v5
|
||||
Aliases = ["fastdns"] # "fastdns" is for compatibility with v3, must be dropped in the future.
|
||||
Since = "v3.9.0"
|
||||
|
||||
Example = '''
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ Name = "Linode (v4)"
|
|||
Description = ''''''
|
||||
URL = "https://www.linode.com/"
|
||||
Code = "linode"
|
||||
Aliases = ["linodev4"] # "linodev4" is for compatibility with v3, must be dropped in v5
|
||||
Aliases = ["linodev4"] # "linodev4" is for compatibility with v3, must be dropped in the future.
|
||||
Since = "v1.1.0"
|
||||
|
||||
Example = '''
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ Name = "webnames.ru"
|
|||
Description = ''''''
|
||||
URL = "https://www.webnames.ru/"
|
||||
Code = "webnamesru"
|
||||
Aliases = ["webnames"]
|
||||
Aliases = ["webnames"] # "webnames" is for compatibility with v4, must be dropped in the future.
|
||||
Since = "v4.15.0"
|
||||
|
||||
Example = '''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue