mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-02-02 17:35:57 -05:00
Added tcp proxy for CIRA to HAProxy config
This commit is contained in:
parent
ed3fb2013a
commit
89956002f8
@ -20,6 +20,17 @@ backend sni-back
|
|||||||
use-server gitlabSNI if gitlab-sni
|
use-server gitlabSNI if gitlab-sni
|
||||||
use-server mc-SNI if mc-sni
|
use-server mc-SNI if mc-sni
|
||||||
server mc-SNI 10.1.1.10:1443 send-proxy-v2-ssl-cn
|
server mc-SNI 10.1.1.10:1443 send-proxy-v2-ssl-cn
|
||||||
|
|
||||||
|
frontend cira-tcp-front
|
||||||
|
bind 10.1.1.10:4433
|
||||||
|
mode tcp
|
||||||
|
option tcplog
|
||||||
|
tcp-request inspect-delay 5s
|
||||||
|
default_backend mc-cira-back
|
||||||
|
|
||||||
|
backend cira-tcp-back
|
||||||
|
mode tcp
|
||||||
|
server mc-cira 10.1.1.30:4433
|
||||||
|
|
||||||
frontend mc-front-HTTPS
|
frontend mc-front-HTTPS
|
||||||
mode http
|
mode http
|
||||||
|
Loading…
x
Reference in New Issue
Block a user