fix tls address

This commit is contained in:
mercury
2023-04-11 00:39:00 +04:00
parent b5a78e6e50
commit 332029a92b
+1 -1
View File
@@ -1832,7 +1832,7 @@ DNS-over-HTTPS with IP:
$text = "$scheme://$domain/adguard\n\n";
if ($ssl) {
$text .= "DNS over HTTPS:\n<code>$ip</code>\n<code>$scheme://$domain/dns-query</code>\n\n";
$text .= "DNS over TLS:\n<code>$ip:853</code>";
$text .= "DNS over TLS:\n<code>tls://$domain</code>";
}
$data = [
[