summaryrefslogtreecommitdiff
path: root/Propellor/Types/Dns.hs
AgeCommit message (Collapse)Author
2014-04-19Removed root domain records from SOA. Instead, use RootDomain when calling ↵Joey Hess
Dns.primary.
2014-04-19Propellor can configure primary DNS servers, including generating zone ↵Joey Hess
files, which is done by looking at the properties of hosts in a domain.
2014-04-18add SOAJoey Hess
2014-04-18rename TTL field, per RFC 2308Joey Hess
2014-04-18genZone is working! complete DNS zone file generation from propellor configJoey Hess
2014-04-18better serial number offsetsJoey Hess
2014-04-18my secondary dns server now uses Ip AttrsJoey Hess
2014-04-18add dns records to AttrJoey Hess