diff options
| author | tjpcc <tjp@ctrl-c.club> | 2023-10-10 18:30:22 -0600 |
|---|---|---|
| committer | tjpcc <tjp@ctrl-c.club> | 2023-10-10 18:30:22 -0600 |
| commit | 059d44027018f1eaa69d3a0f9779da78eb651ced (patch) | |
| tree | 102d7c2a3252081e37066057ee06466a6c2be3a6 /types.go | |
| parent | 04450c5f1d5fb04e95b614116fa2987ae98a8a12 (diff) | |
identify and error on conflicting servertls directives on merged gemini servers
fixes #7
Diffstat (limited to 'types.go')
| -rw-r--r-- | types.go | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -50,6 +50,9 @@ type Server struct { TLS *tls.Config Hostnames []string Routes []RouteDirective + + tlsKeyFile string + tlsCertFile string } type Auth struct { |
