mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-09-16 15:17:14 +00:00
d089adeeea
* docs(limit-ip): correct what the temporary disconnect can actually do The comment claimed removing and re-adding a user "disconnect[s] all connections". RemoveUser only clears the core's credential validator in vless, vmess, trojan, shadowsocks and hysteria alike, so a session already up keeps running and the fail2ban ban on the logged IP is what ends the traffic. Comment only: the protocol gate and its test are untouched. * docs(limit-ip): say what the disconnect cycle really does per protocol