Versions in this module Expand all Collapse all v1 v1.5.0 Sep 20, 2026 v1.4.2 Sep 12, 2026 Changes in this version + type App struct + func (App) CaddyModule() caddy.ModuleInfo + func (a *App) Cleanup() error + func (a *App) Provision(_ caddy.Context) error + func (a *App) Start() error + func (a *App) Stop() error + func (a *App) UnmarshalCaddyfile(d *caddyfile.Dispenser) error + func (a *App) Validate() error + type Config struct + ACLFile string + ClusterAdvertise string + ClusterPassphrase string + ClusterPort int + Compress bool + ConnectionSecret string + DebugLogging bool + Join string + Listen string + MaxConnections int + MaxMemory string + NumAcceptors int + Password string + ReadBufferSize int + ReadTimeout caddy.Duration + TCPKeepAlive caddy.Duration + TLSCAFile string + TLSCertFile string + TLSKeyFile string + TLSMinVersion string + UnixSocket string + UnixSocketMode uint32 + WriteBufferSize int + WriteTimeout caddy.Duration