mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-16 06:13:58 +02:00
22 lines
777 B
TOML
22 lines
777 B
TOML
Name = "Google Domains"
|
|
Description = ''''''
|
|
URL = "https://domains.google"
|
|
Code = "googledomains"
|
|
Since = "v4.11.0"
|
|
|
|
Example = '''
|
|
GOOGLE_DOMAINS_ACCESS_TOKEN=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx \
|
|
lego --email you@example.com --dns googledomains -d '*.example.com' -d example.com run
|
|
'''
|
|
|
|
[Configuration]
|
|
[Configuration.Credentials]
|
|
GOOGLE_DOMAINS_ACCESS_TOKEN = "Access token"
|
|
[Configuration.Additional]
|
|
GOOGLE_DOMAINS_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 2)"
|
|
GOOGLE_DOMAINS_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 120)"
|
|
GOOGLE_DOMAINS_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)"
|
|
|
|
[Links]
|
|
GoClient = "https://github.com/googleapis/google-api-go-client"
|
|
|