ethstats-server/lib/utils/config.js

16 lines
258 B
JavaScript
Raw Normal View History

2015-06-09 18:28:29 +02:00
var trusted = [
'52.16.188.185',
2015-06-13 05:16:29 +02:00
'54.94.239.50',
2015-06-17 01:44:26 +02:00
'54.174.74.156',
'54.172.25.93',
'54.174.75.126',
'54.173.232.137',
'52.7.205.180',
'52.7.218.44',
'52.7.205.152',
'52.7.224.174',
2015-07-30 17:34:10 +02:00
'92.51.165.126',
2015-06-09 18:28:29 +02:00
'::ffff:127.0.0.1',
];
module.exports = trusted;