mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #3261] 能否在服务端控制面板中展示更多信息 #2614
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#2614
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 @xingtongsf on GitHub (Jan 19, 2023).
Original GitHub issue: https://github.com/fatedier/frp/issues/3261
Describe the feature request
控制面板中目前至展示了bind bindudp http 和https4四个端口。能否增加展示kcp端口和新的quic端口。发现0.46.1的kcp端口如果设置了和bind端口一样,那么quic端口如果也设置和kcp端一样,那么服务无法启动。必须设置另一个端口。
但随着配置增加,各种端口各种配置是否允许,设置的什么值经常忘掉,但是有时候又不想再去看配置文件,控制面板毕竟看起来更清爽。
所以希望增加kcp端口,quic端口,已经允许映射的端口范围的展示
如果能增加展示一些其他信息就更好了。比如是否必须强制tls,是否必须mux之类。
还有希望能看到客户端是通过哪个协议注册的服务。是tcp, kcp,还是quic,还有还能展示客户端的版本号就更好了。现在只能到日志里去看,太慢烦了
Describe alternatives you've considered
No response
Affected area