Name = "ZoneEdit" Description = '''''' URL = "https://www.zoneedit.com" Code = "zoneedit" Since = "v4.25.0" Example = ''' ZONEEDIT_USER="xxxxxxxxxxxxxxxxxxxxx" \ ZONEEDIT_AUTH_TOKEN="xxxxxxxxxxxxxxxxxxxxx" \ lego --dns zoneedit -d '*.example.com' -d example.com run ''' [Configuration] [Configuration.Credentials] ZONEEDIT_USER = "User ID" ZONEEDIT_AUTH_TOKEN = "Authentication token" [Configuration.Additional] ZONEEDIT_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 2)" ZONEEDIT_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 60)" ZONEEDIT_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)" [Links] API = "https://support.zoneedit.com/en/knowledgebase/article/changes-to-dynamic-dns"