mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[PR #4763] [CLOSED] add clientIP to the dashboard #5041
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#5041
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?
📋 Pull Request Information
Original PR: https://github.com/fatedier/frp/pull/4763
Author: @fivetran-artemanikieiev
Created: 4/23/2025
Status: ❌ Closed
Base:
dev← Head:dev📝 Commits (2)
b1d326eadd clientIP to the dashboarddb7a67arebuild static files📊 Changes
9 files changed (+22 additions, -14 deletions)
View changed files
📝
assets/frpc/static/index-HyKZ_pht.js(+1 -1)📝
assets/frpc/static/index.html(+1 -1)📝
assets/frps/static/index-H1xNaJgZ.js(+8 -8)📝
assets/frps/static/index.html(+1 -1)📝
pkg/msg/msg.go(+2 -0)📝
pkg/plugin/server/manager.go(+1 -0)📝
server/dashboard_api.go(+5 -3)📝
web/frps/src/components/ProxyView.vue(+1 -0)📝
web/frps/src/utils/proxy.ts(+2 -0)📄 Description
WHY
Implements the: https://github.com/fatedier/frp/issues/3991

Adds the Client IP address to the dashboard by modifying the LoginMessage when Client initiates the connection.
Locally tested:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.