mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #512] integrate frp into haproxy #393
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#393
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 @ghost on GitHub (Nov 6, 2017).
Original GitHub issue: https://github.com/fatedier/frp/issues/512
Issue is only used for submiting bug report and documents typo. If there are same issues or answers can be found in documents, we will close it directly.
(为了节约时间,提高处理问题的效率,不按照格式填写的 issue 将会直接关闭。)
Use the commands below to provide key information from your environment:
You do NOT have to include this information if this is a FEATURE REQUEST
i need for identify frp's tcp shakehand to reverse proxy by haproxy
What version of frp are you using (./frpc -v or ./frps -v)?
v0.13.0
What operating system and processor architecture are you using (
go env)?frps linux-amd64
frpc linux-amd64/windows-amd64
Configures you used:
tcp_mux = true
only tcp,without kcp
Additional information you deem important (e.g. issue happens only occasionally):
i want integrate frp into haproxy for reduce port open on ali ecs.
Can you point out what caused this issue (optional)
identify frp's tcp shakehand package for port protocol multiple ,acl by haproxy (1 port open mulitple protocol accept connect)
@fatedier commented on GitHub (Nov 13, 2017):
I don't understand what's your idea. Can you tell more about it?
@ghost commented on GitHub (Nov 15, 2017):
as an Sysadmin,i want use HAproxy to reserve proxy frp's server tcp port,and i had wrote configure file (/etc/haproxy/haproxy.conf) for others different protocol to reserve proxy,like ssh or rdp,i want to figure out which tcp shakehand for identify frp's server port .redirect to right tcp port .
in HAprox configure file,there is a word for identify and redirect called acl
@fatedier commented on GitHub (Nov 15, 2017):
Messages between frpc and frps are encrypted, so i'm not sure if you can do this feature.
@ghost commented on GitHub (Nov 16, 2017):
Or make a new feature,add HAproxy function in frp ,like ngrok issue #518 make frps TCP port multiple protocol port redirect to other protocol like SSH,rdp and other TLS.