edgeone: add zones mapping (#2728)

This commit is contained in:
Ludovic Fernandez 2025-11-25 19:29:47 +01:00 committed by GitHub
commit 56cb356ef2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 61 additions and 20 deletions

View file

@ -1342,6 +1342,7 @@ func displayDNSHelp(w io.Writer, name string) error {
ew.writeln(` - "EDGEONE_REGION": Region`)
ew.writeln(` - "EDGEONE_SESSION_TOKEN": Access Key token`)
ew.writeln(` - "EDGEONE_TTL": The TTL of the TXT record used for the DNS challenge in seconds (Default: 60)`)
ew.writeln(` - "EDGEONE_ZONES_MAPPING": Mapping between DNS zones and site IDs. (ex: 'example.org:id1,example.com:id2')`)
ew.writeln()
ew.writeln(`More information: https://go-acme.github.io/lego/dns/edgeone`)