diff --git a/proxy16/node/control.js b/proxy16/node/control.js index 3886e50bf3..b45e0f8c9d 100644 --- a/proxy16/node/control.js +++ b/proxy16/node/control.js @@ -188,12 +188,9 @@ var Control = function(settings, proxy) { 'staticrpcport=38082' + EOL + 'restrpcport=38083' + EOL + 'wsport=8087' + EOL + - 'rpcallowip=127.0.0.1' + EOL + - 'rpchost=localhost' + EOL + 'rpcuser=' + f.randomString(10) + EOL + 'rpcpassword=' + f.randomString(256) + EOL + 'api=1' + EOL + - 'wsuse=1' + EOL + 'rest=0' + EOL fs.writeFileSync(node.confPath, data) @@ -851,4 +848,4 @@ var Control = function(settings, proxy) { return self; } -module.exports = Control \ No newline at end of file +module.exports = Control