You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
211 B
14 lines
211 B
10 years ago
|
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;
|