Remote column is not receiving the remote address, only the socket address #1
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: BlakeRain/cement#1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently any stored paste is recording something like
socket://172.17.0.1:12345
rather than the actual external address. Probably this is because I needed to use something other thanRemoteAddr
to get the actual remote address.As
cement
is running behind a proxy, I probably need to useRealIp
, as this seems to examine headers such asX-Forwarded-For
and so on.