Versions in this module Expand all Collapse all v0 v0.0.2 Feb 20, 2026 v0.0.1 Feb 19, 2026 Changes in this version + func HttpsHandler(clientConn net.Conn, p *Proxy) + type Handler func(conn net.Conn, p *Proxy) + func ServerFrontHandler(certFile, keyFile string) Handler + type LocalCA struct + func GenerateCA() (*LocalCA, error) + func LoadOrGenerateCA(certPath, keyPath string) (*LocalCA, error) + func (ca *LocalCA) CertPEM() []byte + func (ca *LocalCA) Save(certPath, keyPath string) error + type Proxy struct + BackendAddr string + CAPool *x509.CertPool + Fingerprint fingerprint.TLSApplier + ListenAddr string + LocalCA *LocalCA + func (p *Proxy) RegisterHandler(h Handler) + func (p *Proxy) Run() error