[GH-ISSUE #314] Default values for acme-dns/config.cfg #166

Open
opened 2026-03-13 16:01:57 +03:00 by kerem · 0 comments
Owner

Originally created by @mslinn on GitHub (Aug 11, 2022).
Original GitHub issue: https://github.com/acme-dns/acme-dns/issues/314

I like the convention of convention over configuration . For acme-dns/config.cfg that would entail only including entries that differ from default values.

I understand that the General section header must be present in the file.

Two questions:

  1. Are the values provided in acme-dns/config.cfg from this project all default values? If not, which entries must be specified?

  2. Any reason the following should not be standard?

    [general]
    listen = ":53"
    
Originally created by @mslinn on GitHub (Aug 11, 2022). Original GitHub issue: https://github.com/acme-dns/acme-dns/issues/314 I like the convention of [convention over configuration ](https://en.wikipedia.org/wiki/Convention_over_configuration). For `acme-dns/config.cfg` that would entail only including entries that differ from default values. I understand that the `General` section header must be present in the file. Two questions: 1) Are the values provided in `acme-dns/config.cfg` from this project all default values? If not, which entries must be specified? 2) Any reason the following should not be standard? ``` [general] listen = ":53" ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/acme-dns#166
No description provided.