forked from coolaj86/goldilocks.js
fixed socks5 running on start if specified in config
This commit is contained in:
parent
b324016056
commit
2f06c7fbdc
|
@ -80,6 +80,7 @@ module.exports.create = function (deps, config) {
|
|||
configEnabled = true;
|
||||
}
|
||||
}
|
||||
process.nextTick(updateConf);
|
||||
|
||||
return {
|
||||
curState
|
||||
|
|
Loading…
Reference in New Issue