mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #3283] 请教下frp不同协议流量走向[question] #2629
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#2629
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 @qidizi on GitHub (Feb 1, 2023).
Original GitHub issue: https://github.com/fatedier/frp/issues/3283
Describe the feature request
经常用到frp穿透无公网内网服务。
通道维护服务器是流量用多少收多少型产品。
像了解下不同协议使用时,它流量走向,因为公网服务流量不便宜,好考虑方案费用。
比如像http(s),通道服务器打通客户端与http提供服务器后,2端流量是否不走通道服务器了?
又比如用于ssh或rdp,客户端向rdp服务器上传下载也不经通道服务器了?
如果不是,请问是否仅p2p模式才是打通后2端直连的?
Describe alternatives you've considered
No response
Affected area
@Becods commented on GitHub (Feb 1, 2023):
除了打通的p2p,其他流量全走服务器
@qidizi commented on GitHub (Feb 1, 2023):
谢谢