acme-dns

A simplified DNS server with a RESTful HTTP API to provide a simple way to automate ACME DNS challenges.

API: /register · /update · /health
Listen: 45.92.11.215:53

Quick usage:

# Register a new record (curl)
curl -s -X POST "https://acme-dns.myeveryday.tools/register" -d '{"domain":"_acme-challenge.example.com","subdomain":"abc"}'

# Update a record (curl)
curl -s -X POST "https://acme-dns.myeveryday.tools/update" -d '{"subdomain":"abc","txt":"123456"}'

Why use acme-dns?

  • Local DNS controller for automatic DNS-01 validation
  • Small footprint and easy to integrate with cert tooling
  • Works with Let’s Encrypt and other ACME servers
© acme-dns · @joohoi
Service status
API health and quick controls
Unknown
Last checked: never