summaryrefslogtreecommitdiff
path: root/types.go
diff options
context:
space:
mode:
Diffstat (limited to 'types.go')
-rw-r--r--types.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/types.go b/types.go
index 9523d9c..392b955 100644
--- a/types.go
+++ b/types.go
@@ -50,6 +50,9 @@ type Server struct {
TLS *tls.Config
Hostnames []string
Routes []RouteDirective
+
+ tlsKeyFile string
+ tlsCertFile string
}
type Auth struct {