Add NPMplus proxy hosts controls

This commit is contained in:
2026-02-08 02:26:07 +03:00
parent e7a120657b
commit 200b8104a6
3 changed files with 112 additions and 3 deletions

View File

@@ -83,8 +83,8 @@ system_logs_kb = ReplyKeyboardMarkup(
keyboard=[
[KeyboardButton(text="🧾 Audit"), KeyboardButton(text="📣 Incidents")],
[KeyboardButton(text="🧰 Processes"), KeyboardButton(text="🔒 SSL")],
[KeyboardButton(text="🌐 URLs"), KeyboardButton(text="🔑 SSH log")],
[KeyboardButton(text="🌍 External")],
[KeyboardButton(text="🔑 SSH log"), KeyboardButton(text="🧩 NPMplus")],
[KeyboardButton(text="🌍 External"), KeyboardButton(text="🌐 URLs")],
[KeyboardButton(text="⬅️ System")],
],
resize_keyboard=True,