Adde noise and scale
This commit is contained in:
parent
aced217a7d
commit
5bc9b0b040
12 changed files with 215 additions and 52 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import { Meteor } from 'meteor/meteor';
|
||||
|
||||
import maxmind from 'maxmind';
|
||||
|
||||
|
||||
// https://stackoverflow.com/questions/13969655/how-do-you-check-whether-the-given-ip-is-internal-or-not
|
||||
function isPrivateIP(ip) {
|
||||
var parts = ip.split('.');
|
||||
|
|
@ -39,5 +39,5 @@ Meteor.methods({
|
|||
});
|
||||
})
|
||||
return promise.await();
|
||||
}
|
||||
},
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue