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[] = [
[