From 019f64c044d23c667886a613731d917d3519c05e Mon Sep 17 00:00:00 2001 From: cubedro Date: Tue, 29 Sep 2015 15:26:14 +0300 Subject: [PATCH] added another node to trusted ips --- lib/utils/config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/utils/config.js b/lib/utils/config.js index 5673e49..8e44668 100644 --- a/lib/utils/config.js +++ b/lib/utils/config.js @@ -15,6 +15,7 @@ var trusted = [ '178.19.221.38', '185.37.145.18', '172.31.39.87', + '86.120.171.69', '::ffff:127.0.0.1', ];