Versions in this module Expand all Collapse all v0 v0.5.0 Apr 18, 2026 Changes in this version + type Knobs struct + IPIDDeltaRange int + MaxDelay time.Duration + MaxExtraPad int + MinDelay time.Duration + MinExtraPad int + RandomizePadding bool + RandomizeTiming bool + SNISelection string + StrategyRotation []bypass.Name + type Randomizer struct + func New(k Knobs) *Randomizer + func (r *Randomizer) Delay() time.Duration + func (r *Randomizer) ExtraPad() int + func (r *Randomizer) IPIDDelta() uint16 + func (r *Randomizer) PickSNI(pool []string) string + func (r *Randomizer) PickStrategy(fallback bypass.Name) bypass.Name