summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Unbound.hs
AgeCommit message (Collapse)Author
2018-05-05Unbound: move haddock comment to cachingDnsServerFélix Sipma
2018-05-04Unbound: add a warning note for CNAMEFélix Sipma
2018-05-04Unbound: handle missing recordsFélix Sipma
2018-05-04Unbound: simplify existing recordsFélix Sipma
2018-05-04Unbound: handle SRV recordFélix Sipma
2017-02-26convert fromIPAddr to valJoey Hess
2017-02-26use val instead of showJoey Hess
2016-03-26more portedJoey Hess
2015-10-10propellor spinJoey Hess
2015-10-01change contact emailFélix Sipma
Signed-off-by: Félix Sipma <felix.sipma@no-log.org>
2015-09-29exports for haddockJoey Hess
2015-09-29add Maintainer entries for contributed modulesJoey Hess
These show up in the haddock documentation on the sidebar. The author emails are not hyperlinked, so hopefully this is not a spam source. Keeping track of Maintainers of modules is becoming necessary because I don't use all these modules and am not the best person to maintain them, beyond simple changes to keep them building. I'll loop in the Maintainer if there's a bug etc on their module.
2015-09-21Unbound: fix bug with duplicate "server" sectionFélix Sipma
Signed-off-by: Félix Sipma <felix.sipma@no-log.org>
2015-09-18Unbound: improve haddock formattingFélix Sipma
Signed-off-by: Félix Sipma <felix.sipma@no-log.org>
2015-09-18Unbound: add example for cachingDnsServerFélix Sipma
Signed-off-by: Félix Sipma <felix.sipma@no-log.org>
2015-09-17Unbound: restart unbound when config in cachingDnsServer is modifiedFélix Sipma
Signed-off-by: Félix Sipma <felix.sipma@no-log.org>
2015-09-17Unbound: cachingServer propertyFélix Sipma
Signed-off-by: Félix Sipma <felix.sipma@no-log.org>
2015-09-15add PTR record type to Propellor.Types.DNS.RecordFélix Sipma
- add canonicalIP and reverseIP to Propellor.Types.Dns - remove corresponding canonical and revIP from Propellor.Property.Unbound - Propellor.Property.Dns: convert rValue, rField and genRecord to return Maybe String Signed-off-by: Félix Sipma <felix.sipma@no-log.org>
2015-09-14add missing import and minor cleanupJoey Hess
2015-09-14docsJoey Hess
2015-09-14add Unbound propertyFélix Sipma
Signed-off-by: Félix Sipma <felix.sipma@no-log.org>