diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/internet.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/internet.js b/lib/internet.js index 563bf2f4..52eb8f5a 100644 --- a/lib/internet.js +++ b/lib/internet.js @@ -139,6 +139,11 @@ var Internet = function (faker) { return result.join("."); }; + self.ip.schema = { + "description": "Generates a random IP.", + "sampleResult": "97.238.241.11" + }; + self.userAgent = function () { return random_ua.generate(); }; |
