You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to phoenix-talk, mads.ha...@gmail.com
It depends on how you run your server. if you accept requests through proxy (nginx for example) the remote ip will be that of your nginx proxy. You need to configure nginx to pass on the actual remote IP via some header. If you have nothing between your server and the client then conn.peer should get you the IP of the client. Also, some clients will go over a gateway, so their IP as user reports them might not be the IP as you see them on the server.