ip
This commit is contained in:
@@ -72,6 +72,7 @@ async def extend_client_key(
|
||||
client.sub_id = email
|
||||
client.total_gb = total_gb
|
||||
client.enable = True
|
||||
client.limit_ip = 1
|
||||
|
||||
await xui.client.update(client.id, client)
|
||||
logger.info(
|
||||
|
||||
@@ -216,7 +216,7 @@ async def process_callback_view_key(callback_query: types.CallbackQuery):
|
||||
inline_keyboard = [
|
||||
[download_iphone_button, download_android_button],
|
||||
[connect_iphone_button, connect_android_button],
|
||||
[connect_pc_button], # Добавляем кнопки для Windows и Linux
|
||||
[connect_pc_button],
|
||||
[renew_button, delete_button],
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user