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
如果链式代理在路由里被用到了,然后全局默认出口的节点正好是链式代理里用到的第一个节点,会导致无法连接。
预期行为:正常启动
实际行为:报错 Failed:: dependency[nil] not found for outbound
Failed:: dependency[nil] not found for outbound
存在三个节点 A B C 新建一个链式代理 D(由A->B组成,顺序不能颠倒) 在路由里添加一条规则,指定该规则的出站为 D,启用规则 此时:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
描述问题
如果链式代理在路由里被用到了,然后全局默认出口的节点正好是链式代理里用到的第一个节点,会导致无法连接。
预期行为:正常启动
实际行为:报错
Failed:: dependency[nil] not found for outbound
如何复现
存在三个节点 A B C
新建一个链式代理 D(由A->B组成,顺序不能颠倒)
在路由里添加一条规则,指定该规则的出站为 D,启用规则
此时:
The text was updated successfully, but these errors were encountered: