github coder/httpjail v0.2.0

17 hours ago

What's Changed

  • v0.2.0 (3187539)
  • feat: add macOS Keychain integration for CA certificate (#51) (d6a9584)
  • docs: update CLAUDE.md testing instructions; remove HTTPJAIL_BIN (#48) (1df4730)
  • fix: optimize Linux privilege dropping (f5fb78f)
  • Inject RES_OPTIONS to cap glibc resolver DNS timeouts (#45) (173d686)
  • Log version at startup (debug) (#46) (dc47b2a)
  • rm CONTRIBUTING.md (9911d44)
  • README: note the pre-built binaries (5c70b6f)

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

Don't miss a new httpjail release

NewReleases is sending notifications on new releases.