ethstats-server/lib/utils/config.js

14 lines
211 B
JavaScript
Raw Normal View History

2015-06-09 18:28:29 +02:00
var trusted = [
'54.94.239.50',
'52.16.188.185',
'52.4.40.229',
'52.4.131.128',
'52.0.243.36',
'52.4.180.23',
'52.5.60.7',
'52.5.26.21',
'52.5.25.137',
'::ffff:127.0.0.1',
];
module.exports = trusted;