What's Changed
- v0.5.0 (cargo.lock) (e3fd9fb)
- v0.5.0 (80afc25)
- fix: respect HTTPJAIL_HTTP_BIND and HTTPJAIL_HTTPS_BIND in server mode (#80) (321d0e6)
- Replace httpbin.org with httpbingo.org (#83) (078ccea)
- fix: DNS resolution for network namespaces with symlinked resolv.conf (#81) (cc18154)
- Fix test_host_header_security to use httpbin.org for reliable testing (#82) (574ca02)
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