dnscontrol
dnscontrol copied to clipboard
Infrastructure as code for DNS!
@tlimoncelli [commented](https://github.com/StackExchange/dnscontrol/pull/1681#discussion_r943374965) >*You could extract it from main.go:* >```bash >grep -E "Version *= \"" main.go | awk '{ print $3 }' | tr -d \" >``` Make the Docker image...
Make the Docker image build version DOCKER_IMAGE_VERSION aware of the configured version in main.go. Fixes #1687
Fixes https://github.com/StackExchange/dnscontrol/issues/1568
feature request: Add policies/options to deal with unknown rtypes for sub-commands `preview`, `push`
(This is _somewhat_ related to/dependent on issue #1257, but requires additional modifications.) When identifying changes to be made, `dnscontrol` should be able to deal with unknown rtypes instead of simply...
It would be nice if ``3.18.2-dev`` would be marked as a prerelease to not be listed as a possible update for distributions.
https://circleci.com/docs/workflows#executing-workflows-for-a-git-tag
@jauderho [commented](https://github.com/StackExchange/dnscontrol/pull/1681#issuecomment-1211523288) >*You might want to add the parameters to create multi-arch images if available/possible. Right now it looks like only amd64 is created.* The Docker image build is multi-arch...
I think that a helper that automatically configures domains to work with Microsoft 365 would be beneficial to a lot of people. But I am not sure whether this is...
Each provider's struct should include a field `.Name` that stores the name of the entry from creds.json so that error messages can refer to it directly. It should be populated...
The whole `spfcache.json` concept was done for misguided reasons. It adds complexity to protect us against a situation that has literally never happened. It was added to placate a particular...