mohammed90 / caddy-ngrok-listener

Caddy listener_wrapper to automatically listen on an ngrok tunnel
Apache License 2.0
20 stars 2 forks source link

[TLSEndpointOption] [TLSTerminationOption] WithTLSTerminationAt #29

Open jtszalay opened 11 months ago

jtszalay commented 11 months ago

Surface the following TLSEndpointOption (TLSTerminationOption):

// WithTLSTerminationAt determines where TLS termination should occur.
// Currently, only `TLSAtEdge` is supported.
func WithTLSTerminationAt(location TLSTerminationLocation) TLSTerminationOption {

}

Eventually agent will be a valid option.