-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Heroku support #12
Open
jlzsss
wants to merge
81
commits into
shadowsocks:master
Choose a base branch
from
mrluanma:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Heroku support #12
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
可能是你编译的 OpenWRT 上的 node 没有 crypto 模块。 |
作者你好,我已经编译好待OpenSSL的node.js。shadowsocks-heroku已成功运行,但还是上不了网,提示与远端服务器失去连接。 |
support custom client-side configuration file from arguments
mrluanma
force-pushed
the
master
branch
2 times, most recently
from
January 5, 2015 08:43
1b22515
to
10ca37c
Compare
mrluanma
force-pushed
the
master
branch
2 times, most recently
from
January 11, 2015 17:43
2af12b2
to
c9ad1e8
Compare
closes issue #2
for more security and compatibility
… to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
你好,我已在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. (/etc/shadowsocks-heroku/local.js:76:17)
at Server.EventEmitter.emit (events.js:95:17)
at TCP.onconnection (net.js:1180:8)
能看一下是什么原因吗?