This is a simple front-end for the Ultraviolet proxy. This new fork uses Ultraviolet 2.0.0 but we will soon upgrade to a later version. I reccomend that you do not host this yourself instead if you want to host a proxy, you should look into Ultraviolet-app on which this package is based.
Warning
By default the transport we use (TompHTTP Bare) is NOT encrypted!
For internal use this is how to run this package:
# Clone repo
git clone https://github.com/freedombrowser/Infrared-2.git
cd Infrared-2/
# Install dependencies
npm install
# Run Infrared
# Then specify a port (For Freedombrowser it's 7070)
PORT=7070 npm start