From 0ca93b56a36b74d2c6e32cbb7764c0d4a309f41d Mon Sep 17 00:00:00 2001 From: mercury Date: Wed, 29 Jan 2025 18:18:28 +0400 Subject: [PATCH] vless: ~email~ tag in subscription --- app/bot.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/bot.php b/app/bot.php index 5f084ea..b367e91 100644 --- a/app/bot.php +++ b/app/bot.php @@ -5492,6 +5492,7 @@ DNS-over-HTTPS with IP: ~pac~ ~package~ ~process~ + ~subnet~ ~block~ ~warp~ ~dns~ @@ -5500,6 +5501,7 @@ DNS-over-HTTPS with IP: ~directdomain~ ~cdndomain~ ~short_id~ + ~email~ ~public_key~ ~server_name~ ~ip~ @@ -6299,6 +6301,7 @@ DNS-over-HTTPS with IP: '~directdomain~' => $pac['domain'], '~cdndomain~' => $pac['linkdomain'], '~short_id~' => $xr['inbounds'][0]['streamSettings']['realitySettings']['shortIds'][0], + '~email~' => $email, '~public_key~' => $pac['xray'], '~server_name~' => $xr['inbounds'][0]['streamSettings']['realitySettings']['serverNames'][0], '~ip~' => $this->ip,