added ifttt ip address to whitelist
This commit is contained in:
parent
84742640c4
commit
a713884980
@ -28,9 +28,9 @@ const cache = apicache.middleware;
|
|||||||
|
|
||||||
// app.use(cache('15 minutes'));
|
// app.use(cache('15 minutes'));
|
||||||
|
|
||||||
const ips = ['212.71.255.44', '82.35.75.161', '54.146.189.113'];
|
const ips = ['212.71.255.44', '82.35.75.161', '54.146.189.113', '52.90.194.191'];
|
||||||
|
|
||||||
// 54.146.189.113 is for ifttt
|
// 54.146.189.113, 52.90.194.191 is for ifttt
|
||||||
|
|
||||||
|
|
||||||
const complexUrls = new Map();
|
const complexUrls = new Map();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user