fatedier / frp

A fast reverse proxy to help you expose a local server behind a NAT or firewall to the internet.
Apache License 2.0
85.32k stars 13.23k forks source link

Dashboard的Proxies清單中,未列出XTCP類型的Proxy #2085

Open SachiaLanlus opened 3 years ago

SachiaLanlus commented 3 years ago

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 image

fatedier commented 3 years ago

XTCP 比较特殊,流量不经过服务器中转,所以也没法统计使用了多少流量,所以暂时没有在详细信息里展示。

SachiaLanlus commented 3 years ago

原來如此 了解了

SachiaLanlus commented 3 years ago

因為xtcp似乎是透過server_name來決定 所以 請問一下 不知道未來有沒有打算在dashboard的左側清單中加入xtcp 裡面只有列出server_name的清單呢 像是stcp的欄位也相較其他proxy少一個(port)

fatedier commented 3 years ago

可以考虑加上 xtcp 的展示。

stcp 没有 port 的说法,不需要绑定端口,不直接暴露在公网,需要访问者通过本地的 frpc 连接。

SachiaLanlus commented 3 years ago

恩恩stcp和xtcp都是不用綁定port的

期待下一版加入xtcp的展示 太棒了 d=====( ̄▽ ̄*)b

wengzuyang commented 3 years ago

同样期待加入这个功能