You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 17, 2024. It is now read-only.
Describe the bug【描述 bug】
tproxy如果路由导向direct的话,会造成无限循环
To Reproduce【如何复现该bug】
tproxy实例文件中,添加下面路由:
然后随便用 wget 访问一个ip
Expected behavior【预期的行为】
不循环
Envs (please complete the following information):【系统环境】
ubuntu arm64,最新代码
Config file 【配置文件,客户端服务端配置都提供】
如上述,无服务端,因为直接客户端就会出错。
Debug Log 【Debug日志, 客户端 和 服务端 的 日志 都提供】
客户端不断循环访问相同的ip
Other 【其他】
似乎是导向direct时,没有再次打上标记,导致又进入了tproxy的处理逻辑,导致了无限递归
【注意,配置文件和客户端服务端配置 太长的话,前后加上三个 `, 如 ```】
The text was updated successfully, but these errors were encountered: