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
目的是在客户端发起https 请求时,解析参数根据请求参数使用指定的ip出口去请求目标,请问我在哪能处理,或者在哪个触发点能操作
The text was updated successfully, but these errors were encountered:
机器有多个IP,所以有需求根据参数动态的选择哪个ip与目标连接
Sorry, something went wrong.
在 Requestheaders 或 Request Hook 中写你自己的逻辑
可能是一样的需求,想根据客户端传Header过来指定走哪个网卡。 调整了几个出去连接的地方创建Dialer接受传过来的LocalAddr。 后来发现https CONNECT的时候是不带Header的,这样出去连就走错网卡了。 只好改成把需求藏在ua里面,改的乱七八糟总算实现了。
No branches or pull requests
目的是在客户端发起https 请求时,解析参数根据请求参数使用指定的ip出口去请求目标,请问我在哪能处理,或者在哪个触发点能操作
The text was updated successfully, but these errors were encountered: