mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
net.dns: Cache all records from the 'answer' section (fixes #487)
This should preserve CNAME records included here
This commit is contained in:
parent
1b392befb7
commit
ad268c9db3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue