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.

10 lines
164 B

4 years ago
  1. exports.createServer =
  2. exports.createConnection =
  3. exports.connect =
  4. function () {};
  5. exports.isIP =
  6. exports.isIPv4 =
  7. exports.isIPv6 =
  8. function () { return true };