shadowsocks-dotcloud
shadowsocks-dotcloud copied to clipboard
Heroku support
你好,我已在heroku成功部署node版,在windows上使用正常,但是在openwrt上运行报错,报错信息如下: shadowsocks-dotcloud v0.9.6 7 Jun 22:25:15 - server listening at port 8800 7 Jun 22:26:02 - local connected connections property is deprecated. Use getConnections() method 7 Jun 22:26:02 - concurrent connections: 1
crypto.js:250
this._binding = new binding.Cipher;
^
TypeError: Cannot read property 'Cipher' of undefined
at new Cipher (crypto.js:250:30)
at Object.Cipher (crypto.js:249:12)
at new Encryptor (/etc/shadowsocks-heroku/encrypt.js:65:30)
at Server.
可能是你编译的 OpenWRT 上的 node 没有 crypto 模块。
作者你好,我已经编译好待OpenSSL的node.js。shadowsocks-heroku已成功运行,但还是上不了网,提示与远端服务器失去连接。