What's Changed
- docs: fix symlink (5afe807)
- ci: fix release? (2122558)
- ci: restrict benchmark workflow to bench/ branches only (#77) (3b01075)
- v0.4.2 (f3dd002)
- feat: add support for
max_tx_bytes
as limited allow policy (#75) (cc9f25c) - build: use static glibc linking for Linux releases (#76) (cb5c602)
- fix(release): correct docs/license.md symlink to fix crates.io publish failure (#72) (2983136)
- build(deps): bump pprof from 0.13.0 to 0.14.0 (#71) (82cc783)
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