net.resolvers.service: Record DNSSEC security status of SRV records

Will be useful later.
This commit is contained in:
Kim Alvefur 2022-12-22 00:10:49 +01:00
parent 325464eb11
commit 3c7f73e6c8

View file

@ -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