summaryrefslogtreecommitdiffstats
path: root/Regfish/Parser.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Regfish/Parser.hs')
-rw-r--r--Regfish/Parser.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/Regfish/Parser.hs b/Regfish/Parser.hs
index a1af5a5..0553f1e 100644
--- a/Regfish/Parser.hs
+++ b/Regfish/Parser.hs
@@ -31,12 +31,12 @@ normalizeRR =
readZoneIO :: LBS8.ByteString -> IO [RR]
readZoneIO b =
concat <$> mapM (flip readRRs $ LBS8.unpack b)
- [ "A"
+ [ "NS"
+ , "MX"
+ , "A"
, "AAAA"
, "ALIAS"
, "CNAME"
- , "MX"
- , "NS"
, "TXT"
, "SRV"
]