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
# 0.1.42 (2020-08-26 / 4c14cec)
## Added
- Added a `--daemonize` flag so Funnel can background itself (experimental)
- Added a `--logfile FILE` option to redirect output
- Added a `--ws-port PORT` options
- Added a `--wss-port PORT` option
- Added a `--version` flag
## Changed
- No longer include a default certificate
- Only start WSS server when a certificate is provided
- Changed the default `--keystore-password` from `"funnel"` to `"password"`
(same as [bhauman/certifiable](https://github.com/bhauman/certifiable))
## Fixed
- Correctly format log messages that contain parameters (like jdk.event.security)