Versions in this module Expand all Collapse all v0 v0.1.1 Aug 31, 2026 v0.1.0 Aug 29, 2026 Changes in this version + var DefaultBypass = []string + var ErrUnsupported = errors.New(...) + type Manager interface + Disable func(ctx context.Context) error + Enable func(ctx context.Context, host string, port int, bypass []string) error + RestoreStale func(ctx context.Context) (bool, error) + Status func(ctx context.Context, host string, port int) (api.SysProxy, error) + Supported func() bool + func New(statePath string, logger *slog.Logger) Manager