mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 13:47:41 +03:00
net.resolvers.service: Record DNSSEC security status of SRV records
Will be useful later.
This commit is contained in:
parent
325464eb11
commit
3c7f73e6c8
1 changed files with 3 additions and 0 deletions
|
@ -121,6 +121,9 @@ function methods:next(cb)
|
|||
self.extra.use_dane = false;
|
||||
end
|
||||
end
|
||||
if self.extra then
|
||||
self.extra.srv_secure = answer.secure;
|
||||
end
|
||||
|
||||
if #answer == 0 then
|
||||
if self.extra and self.extra.default_port then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue