mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-16 20:00:21 -05:00
1.7.1 | Client IP is reported incorrectly #501
Reference in New Issue
Block a user
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?
Originally created by @elcajon on GitHub (Jul 18, 2025).
After updating to version 1.7.0 or 1.7.1, I also initially noticed the behaviour described in issue #1081. Some services work, but others do not. However, I have noticed something else that I am not sure is related to this or another issue.
Since updating Pangolin, there has been an issue with the X-Forwarded-For header in my Pocket-ID access log: only the internal Docker network IP is reported.
@R-Nabil commented on GitHub (Jul 18, 2025):
So I do have the issue reported in #1081 but I do not have your issue.
I do use pocket id but my IP is reported appropriately.
@Xentrice commented on GitHub (Jul 18, 2025):
Is your client using IPv6 by any chance?
See #110 - this might be related to docker rather than the update.
@elcajon commented on GitHub (Jul 18, 2025):
Nice catch, thanks for that. I realized all the connections made today have been IPv6 instead of my home network which relies on IPv4. So I will close this. Thanks again.