From e3e76d5d1c6e41777c750b9daa252c706d309f62 Mon Sep 17 00:00:00 2001 From: Julian Fleischer Date: Sun, 24 Jun 2018 00:44:55 +0200 Subject: [PATCH] Support for freebsd as per pull #16 --- index.js | 1 + 1 file changed, 1 insertion(+) 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;