Replies: 1 comment 4 replies
-
inboudTag 和 outboundTag 一一对应即可。 |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
我目前的使用模式是这样的: 我在浏览器上使用SwitchyOmega插件来管理代理端口, 监听tcp/10805 使用http协议, 监听tcp/10804使用socks协议, 使用唯一一个出接口: tcp/10801, 出接口就对应我的VPS, 然后在浏览器上实现不同域名能进行相应的代理. 现在我的需求是这样的, 我想再创建一个出接口, 比如tcp/10802, 然后让入接口10804的流量都走tcp/10801, 让tcp/10805的流量都走10802, 让一个入接口对应一个出接口. 这样该如何实现?
Beta Was this translation helpful? Give feedback.
All reactions