summaryrefslogtreecommitdiff
path: root/Propellor/Types
diff options
context:
space:
mode:
Diffstat (limited to 'Propellor/Types')
-rw-r--r--Propellor/Types/Dns.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Propellor/Types/Dns.hs b/Propellor/Types/Dns.hs
index 3bdd6c3a..9d801ef6 100644
--- a/Propellor/Types/Dns.hs
+++ b/Propellor/Types/Dns.hs
@@ -57,6 +57,7 @@ data Record
| MX Int BindDomain
| NS BindDomain
| TXT String
+ | SRV Word16 Word16 Word16 BindDomain
deriving (Read, Show, Eq, Ord)
getIPAddr :: Record -> Maybe IPAddr