mirror of
https://github.com/go-acme/lego.git
synced 2025-01-12 02:28:06 +02:00
doc: fix autodns version.
This commit is contained in:
parent
e6ff557596
commit
5b0879b7e3
@ -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 New Issue
Block a user