diff --git a/app/bot.php b/app/bot.php index 651e70f..09e84e1 100644 --- a/app/bot.php +++ b/app/bot.php @@ -3791,7 +3791,10 @@ DNS-over-HTTPS with IP: $c = $this->getXray(); $pac = $this->getPacConf(); $text[] = "Menu -> " . $this->i18n('xray'); - $text[] = "fake domain: {$c['inbounds'][0]['tls']['reality']['handshake']['server']}"; + $text[] = "\nfake domain: {$pac['xray']['domain']}"; + $text[] = "public: {$pac['xray']['public']}"; + $text[] = "private: {$pac['xray']['private']}"; + $text[] = "shortId: {$pac['xray']['shortid']}"; $data[] = [ [ 'text' => $this->i18n('generateSecret'),