-
Notifications
You must be signed in to change notification settings - Fork 198
New issue
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
When using OpenResty as a proxy for forwarding TCP traffic, how can I obtain the address of the backend server that the client wants to access from the captured traffic? #328
Comments
You need to self-parse your traffic data by |
No, I mean which have two approaches
|
|
sock:peek(1) not contains the length. why? |
You need to write a Nginx module to get the original IP address. |
The result I obtained using sock:peek(1) is a valid numerical value, representing the length of the message. |
Could you please provide a more detailed explanation?,It seems that this project does not yet support this function. |
This module will not provide this function. |
No description provided.
The text was updated successfully, but these errors were encountered: