bin/init: make "acl" default to false

This commit is contained in:
Micooz 2018-02-20 22:23:15 +08:00
parent 923688b126
commit b750ba7cec

@ -74,7 +74,7 @@ module.exports = function init({ isMinimal, isOverwrite }) {
],
'tls_key': 'key.pem',
'tls_cert': 'cert.pem',
'acl': true,
'acl': false,
'acl_conf': 'acl.txt',
'mux': false,
'dns': [],