What's Changed
- .claude: small edit (97cda3d)
- fix: prevent Docker network resource exhaustion with improved cleanup (#41) (542eece)
- release: fix dirty workspace failure during cargo publish #42 (a560326)
- feat(rules): expose requester IP to JS (r.requester_ip) and scripts (HTTPJAIL_REQUESTER_IP) (#25) (340606d)
- v0.1.7 (477acd5)
- feat: enhance release workflow with binary builds (#40) (193c340)
- Update README (6de3841)
- Clean up README (08cc1ea)
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