added banned ip
This commit is contained in:
@@ -18,4 +18,11 @@ var trusted = [
|
||||
'::ffff:127.0.0.1',
|
||||
];
|
||||
|
||||
module.exports = trusted;
|
||||
var banned = [
|
||||
'198.48.150.206'
|
||||
];
|
||||
|
||||
module.exports = {
|
||||
trusted: trusted,
|
||||
banned: banned
|
||||
};
|
||||
Reference in New Issue
Block a user