added proxymesh
This commit is contained in:
parent
6dc2140a8c
commit
bee953ac23
@ -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();
|
const complexUrls = new Map();
|
||||||
|
|
||||||
// app.use(ipfilter(ips, { 'mode': 'allow' }));
|
app.use(ipfilter(ips, { 'mode': 'allow' }));
|
||||||
|
|
||||||
app.use((err, req, res, _next) => {
|
app.use((err, req, res, _next) => {
|
||||||
const thisErr = Object.assign({}, err);
|
const thisErr = Object.assign({}, err);
|
||||||
|
Loading…
Reference in New Issue
Block a user