-
3bb3101: Updates to platform_scripts to fix argument passing to Wilbur.
- Added separator between script parameters and signalling server parameters when using platform scripts
- From now on, anything after the
--marker on the command line is passed directly to Wilbur. - Parameters before this marker are intended for the scripts. These parameters are validated and unknown parameters will cause an error.
- From now on, anything after the
- Added the new
--peer_options_fileparameter to the signalling server.- JSON data is problematic to pass on the command line.
- This new parameter allows you to use a JSON file as your peer options for the server.
- Using
--peer_optionsis now discouraged.
- Fixed issue with passing peer_options while using platform scripts.
- Added separator between script parameters and signalling server parameters when using platform scripts
-
cf8e737: Adds command line options to wilbur to allow for configuring the reverse proxy:
--reverse-proxy Enables reverse proxy mode. This will trust the X-Forwarded-For header. (default: false) --reverse-proxy-num-proxies Sets the number of proxies to trust. This is used to calculate the real client IP address. (default: 1)