What's Changed
- v0.3.0 (5464871)
- fix: prevent Host header bypass vulnerability (#58) (664cd1a)
- fix: prevent DNS exfiltration in strong jails (#54) (0c1683c)
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