We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
还是需要自己做加密?
The text was updated successfully, but these errors were encountered:
不可以直接与shadowsocks server直接通讯,但是可以与shadowsocks client开放的SOCKS5端口通讯, 这样可以使你的Java应用通过SS加密网络进行通讯
sockslib也提供SSL加密传输方案,你只需要通过JDK自带的keytool命令为客户端和服务器生成keystore。这个在README中有提到,客户端使用SSLSocks5, 服务端使用SocksServerBuilder.buildAnonymousSSLSocks5Server
keytool
SSLSocks5
SocksServerBuilder.buildAnonymousSSLSocks5Server
Sorry, something went wrong.
No branches or pull requests
还是需要自己做加密?
The text was updated successfully, but these errors were encountered: