diff --git a/index.js b/index.js index c73930e..3c44a9f 100644 --- a/index.js +++ b/index.js @@ -65,6 +65,7 @@ switch (os.platform()) { case 'darwin': case 'sunos': + case 'freebsd': _getMacAddress = require('./lib/unix.js'); break;