improve naiveproxy link

This commit is contained in:
mercury
2024-02-20 00:18:10 +04:00
parent f2f6d12abd
commit a3d4b14f95
+1 -3
View File
@@ -3011,9 +3011,7 @@ DNS-over-HTTPS with IP:
{
$pac = $this->getPacConf();
$text[] = "Menu -> NaiveProxy";
$text[] = "<code>https://np.{$pac['domain']}</code>";
$text[] = "user: <span class='tg-spoiler'>{$pac['naive']['user']}</span>";
$text[] = "password: <span class='tg-spoiler'>{$pac['naive']['pass']}</span>";
$text[] = "<code>https://{$pac['naive']['user']}:{$pac['naive']['pass']}@np.{$pac['domain']}</code>";
$data[] = [
[
'text' => $this->i18n('change login'),