mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[GH-ISSUE #674] Real IP when dufs is behind proxy #411
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 @luckman212 on GitHub (Feb 28, 2026).
Original GitHub issue: https://github.com/sigoden/dufs/issues/674
Sorry if this has been asked already but I searched and didn't find (also looked in the source)
Is there a way to get the dufs log to show the "real" IP of the client when behind a reverse proxy like Cloudflare tunnel or Tailscale funnel?
E.g. any support for showing
CF-Connecting-IP,True-Client-IP, orX-Forwarded-Forheaders?@sigoden commented on GitHub (Mar 1, 2026):
https://github.com/sigoden/dufs?tab=readme-ov-file#log-format
@luckman212 commented on GitHub (Mar 1, 2026):
Might be helpful to document that the fields must be written with underscores, not hyphens. In my testing, this works
but this does not