Versions in this module Expand all Collapse all v0 v0.1.0 Jan 5, 2026 Changes in this version + type Config struct + CA *ca.CA + Capturer *capture.Capturer + EnableMITM bool + Port int + SkipHosts []string + Upstream string + Verbose bool + func DefaultConfig() *Config + type Proxy struct + func New(cfg *Config) (*Proxy, error) + func (p *Proxy) ListenAndServe(addr string) error + func (p *Proxy) Server() *goproxy.ProxyHttpServer