summaryrefslogtreecommitdiff
path: root/Propellor/Types
diff options
context:
space:
mode:
authorJoey Hess2014-04-18 23:29:01 -0400
committerJoey Hess2014-04-18 23:29:01 -0400
commit21bb63ab58fe4fde0bc9ff15e1e98dcacc2f845b (patch)
treeba352b3d8de8ebd2ddf260fc08dc6f6c9a4cb62c /Propellor/Types
parent8dcd8fb0bda98eb2bdf34ad8d9c6590c2e8a76e5 (diff)
add SOA
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