mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #5137] [Feature Request] FRPS的web页面完善 #4019
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#4019
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 @wanjiban on GitHub (Jan 25, 2026).
Original GitHub issue: https://github.com/fatedier/frp/issues/5137
Describe the feature request
static/#/proxies/tcp等页面下的端口号位置,增加点击端口号跳转到对应的页面。
比如:点击 http://a.com:10000/static/#/proxies/tcp下的10050端口,则新的窗口跳转到http://a.com:10050
此举可以简化打开网页反代的流程。目前是通过油猴脚本解决的。希望大佬点我。
`// ==UserScript==
// @name FRP Port Clickable Link
// @namespace frp-port-linker
// @version 1.0
// @description Make FRP TCP port numbers clickable
// @match :///*
// @grant none
// ==/UserScript==
(function () {
'use strict';
})();
`
Describe alternatives you've considered
No response
Affected area
@github-actions[bot] commented on GitHub (Feb 9, 2026):
Issues go stale after 14d of inactivity. Stale issues rot after an additional 3d of inactivity and eventually close.