roles/dch-proxy: Add OpenVPN backend
The `openvpn` haproxy backend allows forwarding TLS traffic for *vpn.securepassage.com* to the OpenVPN-over-TLS service on the gateway.
This commit is contained in:
@@ -20,4 +20,5 @@ frontend main-tls
|
||||
use_backend gitea-tls if { req_ssl_sni -i git.pyrocufflink.net }
|
||||
use_backend jenkins-tls if { req_ssl_sni -i jenkins.pyrocufflink.blue }
|
||||
use_backend jenkins-tls if { req_ssl_sni -i jenkins.pyrocufflink.net }
|
||||
default_backend myala-tls
|
||||
use_backend myala-tls if { req_ssl_sni -i darkchestofwonders.us }
|
||||
default_backend openvpn
|
||||
|
||||
Reference in New Issue
Block a user