Skip to content

Commit 9fd2a3c

Browse files
Updated NPM changelogs (#631)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent cf8e737 commit 9fd2a3c

File tree

3 files changed

+15
-13
lines changed

3 files changed

+15
-13
lines changed

.changeset/red-turtles-cross.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

SignallingWebServer/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# @epicgames-ps/wilbur
2+
3+
## 2.2.0
4+
5+
### Minor Changes
6+
7+
- cf8e737: 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)

SignallingWebServer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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,

0 commit comments

Comments
 (0)