diff --git a/src/main.js b/src/main.js index 4fca184..34df437 100644 --- a/src/main.js +++ b/src/main.js @@ -10,7 +10,7 @@ var opts = require('nomnom') }) .option('bind', { abbr: 'b', - default: "::", + default: undefined, help: 'Bind address' }) .option('port', {