mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 13:47:41 +03:00
net.dns: Support for parsing PTR records
This commit is contained in:
parent
0f6754746c
commit
26cf54ee8b
1 changed files with 3 additions and 0 deletions
|
@ -438,6 +438,9 @@ function resolver:SRV(rr) -- - - - - - - - - - - - - - - - - - - - - - SRV
|
|||
rr.srv.target = self:name();
|
||||
end
|
||||
|
||||
function resolver:PTR(rr)
|
||||
rr.ptr = self:name();
|
||||
end
|
||||
|
||||
function SRV_tostring(rr) -- - - - - - - - - - - - - - - - - - SRV_tostring
|
||||
local s = rr.srv;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue