added proxymesh

This commit is contained in:
Martin Donnelly 2019-04-08 14:48:58 +01:00
parent 6dc2140a8c
commit bee953ac23

View File

@ -36,7 +36,7 @@ const ips = ['212.71.255.44', '82.35.75.161', '54.146.189.113', '52.90.194.191']
const complexUrls = new Map();
// app.use(ipfilter(ips, { 'mode': 'allow' }));
app.use(ipfilter(ips, { 'mode': 'allow' }));
app.use((err, req, res, _next) => {
const thisErr = Object.assign({}, err);