diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-09-15 21:22:23 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-09-15 21:29:03 -0400 |
| commit | 1f4904881019efe275ba0e80b6beb5a2355e0b23 (patch) | |
| tree | 042cb4af87819b5341e71cd701a63f384facd05b /src/Propellor/Property/Dns.hs | |
| parent | f3f7bb19bb6f30f48ae6d7e272bc59b7fa8efd10 (diff) | |
documentation
Diffstat (limited to 'src/Propellor/Property/Dns.hs')
| -rw-r--r-- | src/Propellor/Property/Dns.hs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Propellor/Property/Dns.hs b/src/Propellor/Property/Dns.hs index da063e0e..056733cd 100644 --- a/src/Propellor/Property/Dns.hs +++ b/src/Propellor/Property/Dns.hs @@ -28,7 +28,9 @@ import qualified Data.Map as M import qualified Data.Set as S import Data.List --- | Primary dns server for a domain. +-- | Primary dns server for a domain, using bind. +-- +-- Currently, this only configures bind to serve forward DNS, not reverse DNS. -- -- Most of the content of the zone file is configured by setting properties -- of hosts. For example, |
