forked from TrueCloudLab/lego
doc: fix autodns version.
This commit is contained in:
parent
e6ff557596
commit
5b0879b7e3
3 changed files with 3 additions and 3 deletions
|
@ -146,7 +146,7 @@ func displayDNSHelp(name string) error {
|
|||
// generated from: providers/dns/autodns/autodns.toml
|
||||
ew.writeln(`Configuration for Autodns.`)
|
||||
ew.writeln(`Code: 'autodns'`)
|
||||
ew.writeln(`Since: 'v3.1.0'`)
|
||||
ew.writeln(`Since: 'v3.2.0'`)
|
||||
ew.writeln()
|
||||
|
||||
ew.writeln(`Credentials:`)
|
||||
|
|
|
@ -9,7 +9,7 @@ slug: autodns
|
|||
<!-- providers/dns/autodns/autodns.toml -->
|
||||
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->
|
||||
|
||||
Since: v3.1.0
|
||||
Since: v3.2.0
|
||||
|
||||
Configuration for [Autodns](https://www.internetx.com/domains/autodns/).
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@ Name = "Autodns"
|
|||
Description = ''''''
|
||||
URL = "https://www.internetx.com/domains/autodns/"
|
||||
Code = "autodns"
|
||||
Since = "v3.1.0"
|
||||
Since = "v3.2.0"
|
||||
|
||||
Example = '''
|
||||
AUTODNS_API_USER=usernam \
|
||||
|
|
Loading…
Reference in a new issue