Page MenuHomeDevCentral

Automate to create subdomains DNS records
Closed, DuplicatePublic

Description

Install a DNS server to permit to create directly new sub-domain.

See also T1217 for the current DNS plans.

Event Timeline

@amj you wanted CLI tools automating this like ./new-jail-dns-record awesome-software or just a plain BIND/djbdns/whatever instance?

dereckson renamed this task from Install a DNS server on ysul to Automate to create subdomains DNS records.Mar 24 2023, 01:08

I guess it would make sense to manage DNS records as a Git repository.

Currently, it's a managed through Hurricane Electric DNS servers, but they also offer secondary servers by replicating a zone if needed.

Closing as a duplicate, as with T1217 task, automation is there:

  • new records can be submitted as a commit against zone file
  • new zones can be added by creating a new file and pillar entry

See for the nasqueron.org zone initial import: D3654