Versions in this module Expand all Collapse all v0 v0.5.0 Apr 18, 2026 Changes in this version + type Config struct + Active string + Log LogConfig + Profiles []Profile + Version int + func Load(path string) (*Config, error) + func Parse(doc []byte) (*Config, error) + func (c *Config) Lookup(name string) (*Profile, bool) + func (c *Config) Validate() error + type ConnectConfig struct + FallbackIPs []string + Host string + Port uint16 + type HealthConfig struct + AutoFailover bool + Interval time.Duration + type LogConfig struct + File string + Level string + type Profile struct + Connect ConnectConfig + Health HealthConfig + Listen string + Name string + Spoof SpoofConfig + func (p *Profile) EffectiveSNIPool() []string + type SpoofConfig struct + IPIDDeltaRange int + MaxDelay time.Duration + MaxExtraPad int + MinDelay time.Duration + MinExtraPad int + RandomizePadding bool + RandomizeTiming bool + SNI string + SNIPool []string + SNISelection string + Strategy bypass.Name + StrategyRotation []bypass.Name