1
0
mirror of https://github.com/go-acme/lego.git synced 2025-03-04 16:16:00 +02:00
Ludovic Fernandez a1585a7b9a
Review DNS providers (#580)
* refactor: create log.Infof and log.Warnf
* refactor: review DNS providers.
    - use one `http.Client` by provider instead of one client by request
    - use the same receiver name `d` for all `DNSProvider`
    - use `http.MethodXXX`
* refactor: logger init.
2018-06-21 19:06:16 +02:00
..
2018-06-11 17:32:50 +02:00
2018-06-21 19:06:16 +02:00
2016-08-19 18:32:27 +10:00

PowerDNS provider

Tested and confirmed to work with PowerDNS authoratative server 3.4.8 and 4.0.1. Refer to PowerDNS documentation instructions on how to enable the built-in API interface.

PowerDNS Notes:

  • 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.
  • In order to have the SOA serial automatically increment each time the _acme-challenge record is added/modified via the API, set SOA-API-EDIT to INCEPTION-INCREMENT for the zone in the domainmetadata table