mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #3396] [Feature Request] tcpmux文档使用疑惑 #2717
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#2717
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 @alkaid-ops on GitHub (Apr 10, 2023).
Original GitHub issue: https://github.com/fatedier/frp/issues/3396
Describe the feature request
通过上面的配置,frps 如果接收到 HTTP CONNECT 请求内容:
CONNECT test1 HTTP/1.1\r\n\r\n
该连接将会被路由到 proxy1 。
我是初学者可能有些误区:
curl 和浏览器直接访问 我看到了连接和关闭 怎么看有没有被frp route到frpc那边
[proxy1]
type = tcpmux
multiplexer = httpconnect
custom_domains = nginx
local_port = 80
[proxy2]
type = tcpmux
multiplexer = httpconnect
custom_domains = ssh
local_port = 22
[proxy3]
type = tcpmux
multiplexer = httpconnect
custom_domains = squid
local_port = 8080
Describe alternatives you've considered
No response
Affected area
@fatedier commented on GitHub (Apr 11, 2023):
你可以先从网上检索一些关于 CONNECT 代理方式的文章,学习一下。
@github-actions[bot] commented on GitHub (May 12, 2023):
Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.