mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2025-12-27 11:59:39 +00:00
WebService: updated TLS port check in ResolveQuery()
This commit is contained in:
@@ -3173,6 +3173,9 @@ namespace DnsServerCore
|
||||
}
|
||||
else
|
||||
{
|
||||
if ((protocol == DnsTransportProtocol.Tls) && !server.Contains(":853"))
|
||||
server += ":853";
|
||||
|
||||
nameServer = new NameServerAddress(server, protocol);
|
||||
|
||||
if (nameServer.IPEndPoint == null)
|
||||
|
||||
Reference in New Issue
Block a user