[GH-ISSUE #512] integrate frp into haproxy #393

Closed
opened 2026-05-05 12:12:30 -06:00 by gitea-mirror · 4 comments
Owner

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)

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)
Author
Owner

@fatedier commented on GitHub (Nov 13, 2017):

I don't understand what's your idea. Can you tell more about it?

<!-- gh-comment-id:343796870 --> @fatedier commented on GitHub (Nov 13, 2017): I don't understand what's your idea. Can you tell more about it?
Author
Owner

@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

<!-- gh-comment-id:344505418 --> @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
Author
Owner

@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.

<!-- gh-comment-id:344521821 --> @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.
Author
Owner

@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.

<!-- gh-comment-id:344780081 --> @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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#393
No description provided.