start handling inner

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens Langhammer
2025-05-23 19:30:33 +02:00
parent 5d25f68b71
commit 7c996d9d9d
7 changed files with 34 additions and 21 deletions

View File

@ -11,6 +11,6 @@ type Settings struct {
InnerProtocols protocol.Settings
}
func (s *Settings) TLSConfig() *tls.Config {
func (s Settings) TLSConfig() *tls.Config {
return s.Config
}