diff --git a/lib/util/cmd.helper.js b/lib/util/cmd.helper.js index 3b7c97122a..61fefb845a 100644 --- a/lib/util/cmd.helper.js +++ b/lib/util/cmd.helper.js @@ -53,7 +53,7 @@ exports.handle = program => { program.connectionLimit = 10; - if (program.host === 'localhost' || program.host === '127.0.0.1') { + if (program.host === 'localhost' || program.host === '127.0.0.1' || program.host === '::1') { program.dynamic = 1 } //console.log(program.rawArgs);