net.dns: Cache all records from the 'answer' section (fixes #487)

This should preserve CNAME records included here
This commit is contained in:
Kim Alvefur 2018-06-09 00:02:06 +02:00
parent 1b392befb7
commit ad268c9db3

View file

@ -889,7 +889,7 @@ function resolver:feed(sock, packet, force)
--self.print(response);
for _, rr in pairs(response.answer) do
self:remember(rr, response.question[1].type);
self:remember(rr, rr.type);
end
-- retire the query