You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: providers/dns/pdns/pdns.toml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -18,20 +18,20 @@ Tested and confirmed to work with PowerDNS authoritative server 3.4.8 and 4.0.1.
18
18
PowerDNS Notes:
19
19
- PowerDNS API does not currently support SSL, therefore you should take care to ensure that traffic between lego and the PowerDNS API is over a trusted network, VPN etc.
20
20
- In order to have the SOA serial automatically increment each time the `_acme-challenge` record is added/modified via the API, set `SOA-EDIT-API` to `INCEPTION-INCREMENT` for the zone in the `domainmetadata` table
21
-
- Some PowerDNS servers doesn't have root API endpoints enabled and API version autodetection will not work. In that case version number can be defined using `PDNS_CUSTOM_API_VERSION`.
21
+
- Some PowerDNS servers doesn't have root API endpoints enabled and API version autodetection will not work. In that case version number can be defined using `PDNS_API_VERSION`.
22
22
'''
23
23
24
24
[Configuration]
25
25
[Configuration.Credentials]
26
26
PDNS_API_KEY = "API key"
27
27
PDNS_API_URL = "API URL"
28
28
[Configuration.Additional]
29
+
PDNS_SERVER_NAME = "Name of the server in the URL, 'localhost' by default"
30
+
PDNS_API_VERSION = "Skip API version autodetection and use the provided version number."
29
31
PDNS_POLLING_INTERVAL = "Time between DNS propagation check"
30
32
PDNS_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation"
31
33
PDNS_TTL = "The TTL of the TXT record used for the DNS challenge"
32
34
PDNS_HTTP_TIMEOUT = "API request timeout"
33
-
PDNS_SERVER_NAME = "Name of the server in the URL, 'localhost' by default"
34
-
PDNS_CUSTOM_API_VERSION = "Skip API version autodetection and use custom version number."
35
35
36
36
[Links]
37
37
API = "https://doc.powerdns.com/md/httpapi/README/"
0 commit comments