vless ip limit: improve message

This commit is contained in:
mercury
2025-02-05 17:26:03 +04:00
parent 8b3730c61f
commit f620bf12cd
+1 -1
View File
@@ -5917,7 +5917,7 @@ DNS-over-HTTPS with IP:
if (empty($v['off']) && $v['email'] == $m['email']) {
require __DIR__ . '/config.php';
foreach ($c['admin'] as $k => $v) {
$this->send($v, "vless: user {$m['email']} is turned off due to exceeding the configuration limit by one IP");
$this->send($v, "vless: {$m['email']} is turned off (limit by one IP)");
}
unset($this->pool[$m['email']]);
$this->switchXr($k, 1);