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,