[general] listen = "0.0.0.0:53" protocol = "both" domain = "auth.example.org" nsname = "auth.example.org" nsadmin = "admin.example.org" records = [ "auth.example.org. A 127.0.0.1", "auth.example.org. NS auth.example.org.", ] debug = true [database] engine = "sqlite" connection = "/var/lib/acme-dns/acme-dns.db" [api] ip = "0.0.0.0" disable_registration = false port = "80" tls = "none" corsorigins = ["*"] use_header = false [logconfig] loglevel = "debug" logtype = "stdout" logformat = "text"