Update deps

This commit is contained in:
Frank Denis 2019-12-09 10:09:37 +01:00
parent f5880667c9
commit 915c90ae37
35 changed files with 604 additions and 101 deletions

View file

@ -85,6 +85,7 @@ func (zp *ZoneParser) generate(l lex) (RR, bool) {
}
zp.sub = NewZoneParser(r, zp.origin, zp.file)
zp.sub.includeDepth, zp.sub.includeAllowed = zp.includeDepth, zp.includeAllowed
zp.sub.generateDisallowed = true
zp.sub.SetDefaultTTL(defaultTtl)
return zp.subNext()
}