mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 21:57:45 +03:00
net.resolvers.basic: Record hostname coming from secure SRV records
Will be useful even later...
This commit is contained in:
parent
3c7f73e6c8
commit
d257416abe
1 changed files with 2 additions and 0 deletions
|
@ -108,6 +108,8 @@ function methods:next(cb)
|
||||||
self.extra.tlsa = nil;
|
self.extra.tlsa = nil;
|
||||||
self.extra.dane_hostname = nil;
|
self.extra.dane_hostname = nil;
|
||||||
end
|
end
|
||||||
|
elseif self.extra and self.extra.srv_secure then
|
||||||
|
self.extra.secure_hostname = self.hostname;
|
||||||
end
|
end
|
||||||
|
|
||||||
self:next(cb);
|
self:next(cb);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue