Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] session异常离线后,端口转发功能失效 #200

Closed
JoeQinOvO opened this issue Feb 5, 2024 · 2 comments
Closed

[BUG] session异常离线后,端口转发功能失效 #200

JoeQinOvO opened this issue Feb 5, 2024 · 2 comments
Assignees
Labels
BUG Something isn't working

Comments

@JoeQinOvO
Copy link

JoeQinOvO commented Feb 5, 2024

复现步骤

  1. 对某session开启端口转发,此时功能正常。(测试使用reverse_https的x64 stageless)
  2. 未关闭端口转发,但session离线(我测试了关机、taskkill,手动离线session未测试)
  3. 从现在起,端口转发功能将失效_(不论是否在“内网代理”面板删除这个旧的端口转发)_,具体体现为:
  4. 对任意session开启端口转发,各处提示均为正常,但实际已经无法访问vps_ip:port。

简单复现:python起一个httpserver,按步骤复现即可。
初步解决方法:docker重启viper服务可以恢复

@FunnyWolf

可能的原因:端口转发服务没有考虑到session掉线的情况,未处理抛出的异常?

新年快乐

@JoeQinOvO JoeQinOvO added the BUG Something isn't working label Feb 5, 2024
@FunnyWolf
Copy link
Owner

复现步骤

  1. 对某session开启端口转发,此时功能正常。(测试使用reverse_https的x64 stageless)
  2. 未关闭端口转发,但session离线(我测试了关机、taskkill,手动离线session未测试)
  3. 从现在起,端口转发功能将失效_(不论是否在“内网代理”面板删除这个旧的端口转发)_,具体体现为:
  4. 对任意session开启端口转发,各处提示均为正常,但实际已经无法访问vps_ip:port。

简单复现:python起一个httpserver,按步骤复现即可。 初步解决方法:docker重启viper服务可以恢复

@FunnyWolf

可能的原因:端口转发服务没有考虑到session掉线的情况,未处理抛出的异常?

新年快乐

测试了一下,应该是session关闭时没有清理端口转发的配置导致的

@FunnyWolf
Copy link
Owner

复现步骤

  1. 对某session开启端口转发,此时功能正常。(测试使用reverse_https的x64 stageless)
  2. 未关闭端口转发,但session离线(我测试了关机、taskkill,手动离线session未测试)
  3. 从现在起,端口转发功能将失效_(不论是否在“内网代理”面板删除这个旧的端口转发)_,具体体现为:
  4. 对任意session开启端口转发,各处提示均为正常,但实际已经无法访问vps_ip:port。

简单复现:python起一个httpserver,按步骤复现即可。 初步解决方法:docker重启viper服务可以恢复

@FunnyWolf

可能的原因:端口转发服务没有考虑到session掉线的情况,未处理抛出的异常?

新年快乐

each_tcp_relay

FunnyWolf added a commit to FunnyWolf/vipermsf that referenced this issue Mar 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BUG Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants