- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 1.1k
 
Open
Description
Welcome
- Yes, I've searched similar issues on GitHub and didn't find any.
 - Yes, the DNS provider exposes a public API.
 - Yes, I know that the lego maintainers don't have an account in all DNS providers in the world.
 - Yes, I'm able to create a pull request and be able to maintain the implementation.
 - Yes, I'm able to test an implementation if someone creates a pull request to add the support of this DNS provider.
 
How do you use lego?
Binary
Link to the DNS provider
Link to the API documentation
Additional Notes
I use coredns as my dns server, it does not support rfc2136 (dyndns), but i can use forward request like:
_acme-challenge.foo.com {
    forward . 127.0.0.1:5353
}
So I suggest running a local dns server to serve wildcard dns requests.
papukj