mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #413] 获取真实IP地址 #306
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#306
Loading…
Add table
Add a link
Reference in a new issue
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?
Originally created by @motolvla on GitHub (Jul 30, 2017).
Original GitHub issue: https://github.com/fatedier/frp/issues/413
求指教:
apache+php环境
按文档所述,用户第一次访问可以通过X-Forwarded-For 和 X-Real-IP获取真实IP。
之后的访问有时能获取有时不能,请问为何不每次访问都带上X-Forwarded-For 和 X-Real-IP,还是说可以通过其他配置实现?
获取真实IP对做站有较大作用,诚心求教。
另感谢作者辛勤开发,从第一个版本开始用,功能越来越强大了。
@motolvla commented on GitHub (Jul 30, 2017):
已通过在frps前加apache代理解决,希望以后版本每次都能附上真实IP
@hrj5032188 commented on GitHub (Jan 27, 2019):
如果直接访问frps是没有真实ip的吗?
@busyhe commented on GitHub (Mar 26, 2020):
怎么解决的?