We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
复现步骤
简单复现:python起一个httpserver,按步骤复现即可。 初步解决方法:docker重启viper服务可以恢复
@FunnyWolf
可能的原因:端口转发服务没有考虑到session掉线的情况,未处理抛出的异常?
新年快乐
The text was updated successfully, but these errors were encountered:
复现步骤 对某session开启端口转发,此时功能正常。(测试使用reverse_https的x64 stageless) 未关闭端口转发,但session离线(我测试了关机、taskkill,手动离线session未测试) 从现在起,端口转发功能将失效_(不论是否在“内网代理”面板删除这个旧的端口转发)_,具体体现为: 对任意session开启端口转发,各处提示均为正常,但实际已经无法访问vps_ip:port。 简单复现:python起一个httpserver,按步骤复现即可。 初步解决方法:docker重启viper服务可以恢复 @FunnyWolf 可能的原因:端口转发服务没有考虑到session掉线的情况,未处理抛出的异常? 新年快乐
测试了一下,应该是session关闭时没有清理端口转发的配置导致的
Sorry, something went wrong.
each_tcp_relay
fix FunnyWolf/Viper#200
9d0778b
FunnyWolf
No branches or pull requests
复现步骤
简单复现:python起一个httpserver,按步骤复现即可。
初步解决方法:docker重启viper服务可以恢复
@FunnyWolf
可能的原因:端口转发服务没有考虑到session掉线的情况,未处理抛出的异常?
新年快乐
The text was updated successfully, but these errors were encountered: