projects
/
pdns-pipe-nmc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea30e0f
)
make default SOA generation = 0
author
Eugene Crosser
<crosser@average.org>
Sat, 19 Apr 2014 14:01:02 +0000
(18:01 +0400)
committer
Eugene Crosser
<crosser@average.org>
Sat, 19 Apr 2014 14:01:02 +0000
(18:01 +0400)
PowerDns.hs
patch
|
blob
|
history
diff --git
a/PowerDns.hs
b/PowerDns.hs
index ac92109269a5df7f33d1e1a772f50eda7ddc615b..0b05386f13058a992a827553566f0e99665a379e 100644
(file)
--- a/
PowerDns.hs
+++ b/
PowerDns.hs
@@
-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