mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #1832] Stcp怎么获取客户端地址 #1444
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#1444
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 @wangwanzhong on GitHub (May 31, 2020).
Original GitHub issue: https://github.com/fatedier/frp/issues/1832
我在局域网有一个web服务,为了只有内部人可以使用,我启用了stcp,这种情况可以获取到客户端真实 IP地址吗
@fatedier commented on GitHub (May 31, 2020):
目前获取到的也是 frpc 所在机器的 IP(还有可能是外网 NAT 转换过的)。你这种场景如果真的需要严格的管理,还是在 web 服务上加上权限验证的机制比较合适。