From 7cc100ace5359103868196eabdb2862f315bf696 Mon Sep 17 00:00:00 2001 From: mercury Date: Tue, 9 Dec 2025 21:31:12 +0400 Subject: [PATCH] dnstt menu improve --- app/bot.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/bot.php b/app/bot.php index 299540d..272239e 100644 --- a/app/bot.php +++ b/app/bot.php @@ -4701,9 +4701,9 @@ DNS-over-HTTPS with IP: $pubkey = file_get_contents('/config/dnstt/server.pub'); $text[] = "dnstt"; $text[] = "
set the NS record for {$c['dnsttDomain']}: tns.{$c['domain']}\nset A record for tns.{$c['domain']}: {$this->ip}
"; - $text[] = "domain: {$c['dnsttDomain']}"; - $text[] = "ssh: vpnbot:{$c['dnsttPassword']}"; - $text[] = "pubkey: $pubkey"; + $text[] = "account: vpnbot:{$c['dnsttPassword']}"; + $text[] = "server name: {$c['dnsttDomain']}"; + $text[] = "public key: $pubkey"; $data[] = [ [