mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #2085] Dashboard的Proxies清單中,未列出XTCP類型的Proxy #1659
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#1659
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 @SachiaLanlus on GitHub (Nov 19, 2020).
Original GitHub issue: https://github.com/fatedier/frp/issues/2085
What version of frp are you using
Description of errors
在Dashboard裡面Proxy只有顯示TCP、UDP、HTTP、HTTPS和STCP,並沒有XTCP。
想請問這是預期的結果嗎?
因為XTCP的Proxy數量在Overview頁面的右下角的圓餅圖,確實有顯示出正確的數量。
但是左側的Proxies清單裡面,並不包含XTCP的分頁。
Supplementary information

@fatedier commented on GitHub (Nov 20, 2020):
XTCP 比较特殊,流量不经过服务器中转,所以也没法统计使用了多少流量,所以暂时没有在详细信息里展示。
@SachiaLanlus commented on GitHub (Nov 20, 2020):
原來如此
了解了
@SachiaLanlus commented on GitHub (Nov 20, 2020):
因為xtcp似乎是透過server_name來決定
所以 請問一下 不知道未來有沒有打算在dashboard的左側清單中加入xtcp
裡面只有列出server_name的清單呢
像是stcp的欄位也相較其他proxy少一個(port)
@fatedier commented on GitHub (Nov 20, 2020):
可以考虑加上 xtcp 的展示。
stcp 没有 port 的说法,不需要绑定端口,不直接暴露在公网,需要访问者通过本地的 frpc 连接。
@SachiaLanlus commented on GitHub (Nov 20, 2020):
恩恩stcp和xtcp都是不用綁定port的
期待下一版加入xtcp的展示
太棒了
d=====( ̄▽ ̄*)b
@wengzuyang commented on GitHub (Jan 12, 2021):
同样期待加入这个功能