Skip to content

Support for local server as dns provider #1620

@paragor

Description

@paragor

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions