Versions in this module Expand all Collapse all v0 v0.3.0 Aug 16, 2026 Changes in this version type Config + IPAllowed func(net.IP) error + MCPServerEndpoints []string + ResponseHeaderTimeout time.Duration v0.2.0 Aug 7, 2026 Changes in this version + type Config struct + Credentials []egress.Credential + Dial func(ctx context.Context, network, addr string) (net.Conn, error) + MaxBodyBytes int64 + Networking domain.Networking + OnUnreachable func(host string, placeholders []string) + Transport http.RoundTripper + TunnelIdleTimeout time.Duration + type Gate struct + func New(cfg Config) *Gate + func (g *Gate) ServeHTTP(w http.ResponseWriter, r *http.Request)