added fork check
This commit is contained in:
14
lib/utils/config.js
Normal file
14
lib/utils/config.js
Normal file
@@ -0,0 +1,14 @@
|
||||
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;
|
||||
Reference in New Issue
Block a user