Skip to content

Commit e3e76d5

Browse files
authored
Support for freebsd as per pull #16
1 parent 6ab7a11 commit e3e76d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

+1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ switch (os.platform()) {
6565

6666
case 'darwin':
6767
case 'sunos':
68+
case 'freebsd':
6869
_getMacAddress = require('./lib/unix.js');
6970
break;
7071

0 commit comments

Comments
 (0)