You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Server mode now defaults to standard proxy ports (8080 for HTTP, 8443 for HTTPS)
- Avoids random port selection, making it easier to configure applications
- Custom ports still available via HTTPJAIL_HTTP_BIND and HTTPJAIL_HTTPS_BIND
- Updated documentation to reflect the new defaults
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
httpjail can run as a standalone proxy server without executing any commands. This is useful when you want to proxy multiple applications through the same httpjail instance.
194
194
195
195
```bash
196
-
# Start server with automatic port selection (8000-8999 range)
196
+
# Start server with default ports (8080 for HTTP, 8443 for HTTPS)
0 commit comments