What's Changed
- v0.6.2 (6d476da)
- build(deps): resolve dependency security advisories (#106) (ff378ae)
- security: harden proxy and jail isolation (#105) (89b436e)
- build(deps): bump bytes from 1.10.1 to 1.11.1 (#99) (f66518b)
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