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
I've created a nodejs app to test getting client ip behind of loadbalancer and I got this result:
~# node tcp.js
TCP Server is running on port 7070.
CONNECTED: 127.0.0.1:35122
DATA 127.0.0.1: PROXY TCP4 214.12.133.55 172.18.0.3 46984 21
I need to get the client ip (214.12.133.55)
I used to get it by: connection.log.fields.ip
But now I don't know how can I get client ip.
Do you have any solution?
The text was updated successfully, but these errors were encountered:
alirezavafaee
changed the title
Client ip when behind of nginx load balancer
Getting client ip when ftp-srv runs behind of nginx load balancer
May 4, 2024
I've created a nodejs app to test getting client ip behind of loadbalancer and I got this result:
I need to get the client ip (214.12.133.55)
I used to get it by:
connection.log.fields.ip
But now I don't know how can I get client ip.
Do you have any solution?
The text was updated successfully, but these errors were encountered: