Skip to content

Documentation

Huginn Proxy sits in front of your services and enriches every request with TLS (JA4), HTTP/2 (Akamai) and TCP SYN fingerprints, without touching your application code.

Its focus is fingerprint collection, security (header control, TLS policy, rate limiting), and performance (async Rust, connection pooling). It is not trying to be a general-purpose proxy: some features common in Nginx or Traefik are out of scope or not yet implemented. If you need passive client fingerprinting as a first-class feature, this is the tool for you.

This site tracks the beta line; verify the GitHub releases for the version you run.

New here? Start with Getting started, then skim How it works to understand the request pipeline before diving into configuration.

Coming from another proxy? Jump straight to Quick example for a minimal working setup, or Deployment if you already know what you want.