Skip to content

Commit

Permalink
Support for freebsd as per pull #16
Browse files Browse the repository at this point in the history
  • Loading branch information
scravy committed Jun 23, 2018
1 parent 6ab7a11 commit e3e76d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Expand Up @@ -65,6 +65,7 @@ switch (os.platform()) {

case 'darwin':
case 'sunos':
case 'freebsd':
_getMacAddress = require('./lib/unix.js');
break;

Expand Down

0 comments on commit e3e76d5

Please sign in to comment.