File tree Expand file tree Collapse file tree 3 files changed +15
-13
lines changed
Expand file tree Collapse file tree 3 files changed +15
-13
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ # @epicgames-ps/wilbur
2+
3+ ## 2.2.0
4+
5+ ### Minor Changes
6+
7+ - c85a4c9: Adds command line options to wilbur to allow for configuring the reverse proxy:
8+
9+ --reverse-proxy Enables reverse proxy mode. This will
10+ trust the X-Forwarded-For header.
11+ (default: false)
12+ --reverse-proxy-num-proxies <number > Sets the number of proxies to trust.
13+ This is used to calculate the real
14+ client IP address. (default: 1)
Original file line number Diff line number Diff line change 11{
22 "name" : " @epicgames-ps/wilbur" ,
3- "version" : " 2.1.3 " ,
3+ "version" : " 2.2.0 " ,
44 "description" : " A basic signalling server application for Unreal Engine's Pixel Streaming applications." ,
55 "main" : " dist/index.js" ,
66 "private" : true ,
You can’t perform that action at this time.
0 commit comments