switch to authentik oidc endpoint

This commit is contained in:
2024-12-05 14:04:53 +01:00
parent dde85a43e1
commit 99de812ed5
4 changed files with 24 additions and 16 deletions

View File

@@ -1,9 +1,10 @@
(layer4) {layer4 {
:443 {
@openvpn openvpn
route @openvpn {
proxy host:444 # Proxy OpenVPN traffic to its backend
(layer4) {
layer4 {
:443 {
@openvpn openvpn
route @openvpn {
proxy host:444 # Proxy OpenVPN traffic to its backend
}
}
}
}
}