feat: Enforce 1 user 1 connection for X-ray and fix active stats speed

This commit is contained in:
infosave2007
2026-01-30 15:04:23 +03:00
parent 8bf3467460
commit 1c95b34cf6
6 changed files with 94 additions and 3 deletions
@@ -0,0 +1 @@
ALTER TABLE vpn_clients ADD COLUMN current_speed BIGINT DEFAULT 0 AFTER traffic_limit;