From 332029a92b7f348ec67194fb37d8e9d17c695612 Mon Sep 17 00:00:00 2001 From: mercury Date: Tue, 11 Apr 2023 00:39:00 +0400 Subject: [PATCH] fix tls address --- app/bot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/bot.php b/app/bot.php index 036c101..4cb97dd 100644 --- a/app/bot.php +++ b/app/bot.php @@ -1832,7 +1832,7 @@ DNS-over-HTTPS with IP: $text = "$scheme://$domain/adguard\n\n"; if ($ssl) { $text .= "DNS over HTTPS:\n$ip\n$scheme://$domain/dns-query\n\n"; - $text .= "DNS over TLS:\n$ip:853"; + $text .= "DNS over TLS:\ntls://$domain"; } $data = [ [