Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.21 KB

File metadata and controls

29 lines (21 loc) · 1.21 KB

@epicgames-ps/wilbur

2.3.0

Minor Changes

  • 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.
    • Added the new --peer_options_file parameter 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_options is now discouraged.
    • Fixed issue with passing peer_options while using platform scripts.

2.2.0

Minor Changes

  • 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)