zrok/endpoints/config.go
Cam Otts 53940d51ab
Tls supprt (#540)
* added tls support to controller and access proxies

* few pr comments
2024-01-17 15:37:46 -06:00

7 lines
79 B
Go

package endpoints
type TlsConfig struct {
CertPath string
KeyPath string
}