Skip to content

v0.5.1

Choose a tag to compare

@github-actions github-actions released this 09 Nov 16:58
· 9 commits to main since this release

What's Changed

  • v0.5.1 (e496e4c)
  • fix: prevent infinite proxy loop with nonce-based detection (#85) (22f90fd)

Installation

Download the appropriate tarball for your platform, extract it, and place the binary in your PATH:

tar xzf httpjail-*.tar.gz
sudo mv httpjail-*/httpjail /usr/local/bin/
# on macOS, you may need to run:
#   xattr -d com.apple.quarantine httpjail-*/httpjail
# before the system allows you execute it.

Or install from crates.io:

cargo install httpjail