Versions in this module Expand all Collapse all v0 v0.1.0 Feb 25, 2023 Changes in this version + type Service struct + func Start(s *tsnet.Server) (*Service, error) + func (s *Service) GetDNSName(ctx context.Context) (string, error) + func (s *Service) ListenTLS(network string, addr string) (net.Listener, error) + func (s *Service) RedirectHTTP(ctx context.Context) error + func (s *Service) WaitUntilReady(ctx context.Context) error