!Update planned!
This proxy script supports requests for **HTTP and WS requests**.
Incoming requests will be sent to **127.0.0.1** with the configured port or redirected to the given URL.
You can configure them in the config.json file.
"type" is the type of the action regarding the incoming request (see below).
"target" is either the port (type 0 and 2: int) or the URL (type 1: string).
**The different types of targets and their meanings are...**
0 = HTTP request (port as int)
1 = Redirect (url as string)
2 = WS request (port as int)