mirror of
https://github.com/awesome-foss/awesome-sysadmin.git
synced 2026-03-09 03:33:05 -05:00
[PR #289] [CLOSED] Add DnsControl, opinionated system for managing DNS configurations. #334
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/awesome-foss/awesome-sysadmin/pull/289
Author: @fabacab
Created: 11/16/2018
Status: ❌ Closed
Base:
master← Head:dnscontrol📝 Commits (1)
14bb121Add DnsControl, opinionated system for managing DNS configurations.📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
Application name / category
DnsControl / Domain management
Source URL
https://github.com/stackexchange/dnscontrol
why it is awesome
DnsControl massively simplifies the process of managing multiple DNS assets (domain names, SRV records, TXT records, SPF entries, etc) by describing those settings "as code," so that they can be stored in a version control repository independent of their deployment. I.e., you can write your DNS-related data in code and then automatically deploy those changes to your own BIND servers or a DNS provider such as Amazon Route53 or CloudFlare. This is especially useful if your infrastructure utilizes multiple providers.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.