You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 13, 2021. It is now read-only.
if (config.port == "env" || process.argv[2] == "--use-env-port") config.port = process.env.PORT //as of now this is a working solution because no other launch options exist
app.use(function(req, res, next) {
const ip = req.headers["x-forwarded-for"] || req.connection.remoteAddress