PocketRelay / Client

Client for connecting to Pocket Relay servers
https://pocket-relay.pages.dev/
MIT License
5 stars 3 forks source link

Client side HTTP proxy #12

Closed jacobtread closed 1 year ago

jacobtread commented 1 year ago

Description

Info This feature requires a server running v0.5.7 in order for this to be applied

Implements client side HTTP proxying from #11 which allows support for using reverse proxies (See #11 for the reason why reverse proxies didn't work properly with game HTTP requests) in-front of the Pocket Relay server. The server side portion of this will be included in release v0.5.7

Changes

Related Issue