added ifttt ip address to whitelist

This commit is contained in:
Martin Donnelly 2018-06-14 10:02:09 +01:00
parent 84742640c4
commit a713884980

View File

@ -28,9 +28,9 @@ const cache = apicache.middleware;
// 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();