Please read the instruction and answer the following questions before submitting your issue. Thank you.
Please answer all the questions with enough information. All issues not following this template will be closed immediately.
If you are not sure if your question is truely a bug in V2Ray, please discuss it here first.
1) What version of V2Ray are you using (If you deploy different version on server and client, please explicitly point out)?
/usr/bin/v2ray/v2ray -version
V2Ray 4.22.1 (V2Fly, a community-driven edition of V2Ray.) Custom (go1.13.5 linux/amd64)
A unified platform for anti-censorship.
2) What's your scenario of using V2Ray? E.g., Watching YouTube videos in Chrome via Socks/VMess proxy.
运行环境
本地虚拟机搭建 V2ray 服务端,物理机运行客户端。
使用场景
全局代理,并确认浏览器走的是代理。
通过 API 向服务端添加一个用户,客户端连接正常。
正常观看腾讯视频五分钟后,
通过 API 删除当前用户,十分钟过后,客户端仍可以连接,依旧可以刷新网页,上百度等网页。
3) What did you see? (Please describe in detail, such as timeout, fake TLS certificate etc)
通过 API 删除用户,十分钟后用户仍可以连接。
4) What's your expectation?
拒绝用户连接
5) Please attach your configuration file (Mask IP addresses before submit this issue).
Please read the instruction and answer the following questions before submitting your issue. Thank you. Please answer all the questions with enough information. All issues not following this template will be closed immediately. If you are not sure if your question is truely a bug in V2Ray, please discuss it here first.
1) What version of V2Ray are you using (If you deploy different version on server and client, please explicitly point out)?
2) What's your scenario of using V2Ray? E.g., Watching YouTube videos in Chrome via Socks/VMess proxy.
运行环境
本地虚拟机搭建 V2ray 服务端,物理机运行客户端。 使用场景
全局代理,并确认浏览器走的是代理。
通过 API 向服务端添加一个用户,客户端连接正常。
正常观看腾讯视频五分钟后,
通过 API 删除当前用户,十分钟过后,客户端仍可以连接,依旧可以刷新网页,上百度等网页。
3) What did you see? (Please describe in detail, such as timeout, fake TLS certificate etc)
通过 API 删除用户,十分钟后用户仍可以连接。
4) What's your expectation?
拒绝用户连接
5) Please attach your configuration file (Mask IP addresses before submit this issue).
Server configuration:
Client configuration:
6) Please attach error logs, especially the bottom lines if the file is large. Error log file is usually at
/var/log/v2ray/error.log
on Linux.Server error log:
Client error log:
7) Please attach access log. Access log is usually at '/var/log/v2ray/access.log' on Linux.
8) Other configurations (such as Nginx) and logs.
null
9) If V2Ray doesn't run, please attach output from
--test
.The command is usually
/usr/bin/v2ray/v2ray --test --config /etc/v2ray/config.json
, but may vary according to your scenario.10) If V2Ray service doesn't run, please attach journal log.
Usual command is
journalctl -u v2ray
.Please review your issue before submitting.