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
Hello, I have one question for your advice. I am using load balancing NLB products and have enabled the Proxy Protocol function. I want to obtain the real IP address of the client on the AEDES server, but have tried many methods but have failed. Can you give me some suggestions or methods? thank
I have tried using require ('aedes-protocol decoder ') or require ('proxy protocol'), but have not been successful
The text was updated successfully, but these errors were encountered:
you should ensure your proxies add x-forwarded-for header (or x-real-ip) and read it from the request. I suggest to use aedes-protocol-decoder, check the source code of it to see if maybe you need to reconfigure your proxy:
Hello, I have one question for your advice. I am using load balancing NLB products and have enabled the Proxy Protocol function. I want to obtain the real IP address of the client on the AEDES server, but have tried many methods but have failed. Can you give me some suggestions or methods? thank
I have tried using require ('aedes-protocol decoder ') or require ('proxy protocol'), but have not been successful
The text was updated successfully, but these errors were encountered: