uzmo
Results
1
comments of
uzmo
It's not possible to customize the port. The Listener(in autocert package) listens on the standard TLS port (443). func (m *Manager) Listener() net.Listener { ln := &listener{ conf: m.TLSConfig(), }...