Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
BindDomain string
Backend Backend
CertDirectory string
Manager *autocert.Manager
// contains filtered or unexported fields
}
Server is a TLS termination proxy that will take incoming TLS connections from a domain and proxy them to an insecure TCP backend. It uses autocert to get a LetsEncrypt certificate on demand for serving the TLS.
Click to show internal directories.
Click to hide internal directories.