mirror of
https://github.com/cbeuw/Cloak.git
synced 2026-04-25 20:45:59 +03:00
[GH-ISSUE #255] [Question] Is it possible to put Cloak behind some l4 proxy? #206
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Cloak#206
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 @Unb0rn on GitHub (Mar 9, 2024).
Original GitHub issue: https://github.com/cbeuw/Cloak/issues/255
I wonder if it's possible to share the outbound 443 port with other services by using something like L4 proxy with SNI (Let's say HAProxy)? Does Cloak respect
proxy-protocolheaders? I think neither config files nor issues have any info on it@archer-v commented on GitHub (Aug 13, 2024):
It works correctly with haproxy if it's configured as tcp-proxy (not https proxy)
Example of haproxy configuration:
There no needs of any special configuration to the cloak, just bind it on any other port, for example 444
@nordeep commented on GitHub (Aug 30, 2024):
@archer-v Thank you for sharing configuration! Unfortunately in this configuration, for me, cloak doesn't redirect to
RedirAddr. I couldn't find a solution. Seems SNI parsed by HAProxy and it won't send to cloak.