]> www.average.org Git - pdns-pipe-nmc.git/blobdiff - PowerDns.hs
update build script
[pdns-pipe-nmc.git] / PowerDns.hs
index ac92109269a5df7f33d1e1a772f50eda7ddc615b..0b05386f13058a992a827553566f0e99665a379e 100644 (file)
@@ -185,7 +185,7 @@ dataRR RRTypeSOA   = \ name dom -> -- FIXME make realistic version field
     -- Alternative would be to carry "top-ness" as a parameter through
     -- all the calls from the very top where we split the fqdn.
       case splitOn (pack ".") (pack name) of
-        [_,_] -> [ns ++ " " ++ email ++ " 99999 10800 3600 604800 86400"]
+        [_,_] -> [ns ++ " " ++ email ++ " 0 10800 3600 604800 86400"]
         _     -> []
 dataRR RRTypeRP    = \ _ dom ->
   case domEmail dom of