mirror of
https://github.com/openziti/zrok.git
synced 2024-11-07 08:44:14 +01:00
53940d51ab
* added tls support to controller and access proxies * few pr comments
7 lines
79 B
Go
7 lines
79 B
Go
package endpoints
|
|
|
|
type TlsConfig struct {
|
|
CertPath string
|
|
KeyPath string
|
|
}
|