Giter Club home page Giter Club logo

shadowsocks's Introduction

Travis Scrutinizer

Env

  • JDK1.7+

shadowsocks-server

usage:

java -jar shadowsocks-server.jar -s "0.0.0.0:1080" -p "123456" -m "aes-128-cfb" 

more :

usage: java -jar shadowsocks-server.jar -h
 -s,--address <ip:port>     server listen address. e.g: ip:port
 -p,--password <password>   password
 -m,--method <methodName>   encrypt method. support method: [camellia-128-cfb, salsa20, chacha20-ietf, camellia-192-cfb, camellia-256-cfb, chacha20,
                            aes-128-cfb, aes-256-cfb, rc4-md5, aes-192-cfb, aes-192-gcm, aes-256-gcm, aes-128-gcm]
 -h                         usage help
 -help                      usage full help

more options with parameter '-help'

shadowsocks-client-socks5

usage:

java -jar shadowsocks-socks.jar -s "127.0.0.1:1088" -p "123456" -m "aes-256-gcm" -c "0.0.0.0:1081"

more:

usage: java -jar shadowsocks-socks.jar -h
 -s,--server_address <ip:port>   server connect address. e.g: ip:port
 -p,--password <password>        server password
 -m,--method <methodName>        encrypt method. support method: [camellia-128-cfb, salsa20, chacha20-ietf, camellia-192-cfb, camellia-256-cfb,
                                 chacha20, aes-128-cfb, aes-256-cfb, rc4-md5, aes-192-cfb, aes-192-gcm, aes-256-gcm, aes-128-gcm]
 -c,--local_address <ip:port>    local expose address. e.g: 0.0.0.0:1080
 -h                              usage help
 -help                           usage full help

more options with parameter '-help'

more info wiki

shadowsocks's People

Contributors

dependabot[bot] avatar yuhaowin avatar zk-123 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

shadowsocks's Issues

Google Play 下载 APP 会卡住

服务器部署 shadowsocks-server,安卓看 youtube 看网页什么的都没问题,但是用 Google Play 下载 APP 会一卡一卡的,如果 APP 比较大, 一段时间后会提示下载失败。

不知道为什么,我试了很多个 java 版的 shadowsocks 服务端,基本都有这个问题,而原版的 shadowsocks 则没有这个问题。

不知道是不是 netty 相关的配置有问题 ?

运行mvn package遇错

hi.

[root@bwg-vps shadowsocks-by-zk-123]# ls
pom.xml README.md shadowsocks-client shadowsocks-common shadowsocks-server
[root@bwg-vps shadowsocks-by-zk-123]# mvn package
[INFO] Scanning for projects...
[WARNING]
[WARNING] Some problems were encountered while building the effective model for com.zkdcloud:shadowsocks-server:jar:1.1.0
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ com.zkdcloud:shadowsocks:1.1.0, /root/shadowsocks-by-zk-123/pom.xml, line 81, column 21
[WARNING]
[WARNING] Some problems were encountered while building the effective model for com.zkdcloud:shadowsocks-common:jar:1.1.0
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ com.zkdcloud:shadowsocks:1.1.0, /root/shadowsocks-by-zk-123/pom.xml, line 81, column 21
[WARNING]
[WARNING] Some problems were encountered while building the effective model for com.zkdcloud:socket5-client:jar:1.1.0
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ line 23, column 21
[WARNING]
[WARNING] Some problems were encountered while building the effective model for com.zkdcloud:shadowsocks-client:pom:1.1.0
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ com.zkdcloud:shadowsocks:1.1.0, /root/shadowsocks-by-zk-123/pom.xml, line 81, column 21
[WARNING]
[WARNING] Some problems were encountered while building the effective model for com.zkdcloud:shadowsocks:pom:1.1.0
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-compiler-plugin is missing. @ line 81, column 21
[WARNING]
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING]
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING]
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] shadowsocks
[INFO] shadowsocks-common
[INFO] shadowsocks-server
[INFO] shadowsocks-client
[INFO] socket5-client
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building shadowsocks 1.1.0
[INFO] ------------------------------------------------------------------------
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/maven-metadata.xml
[WARNING] Could not transfer metadata org.apache.maven.plugins:maven-compiler-plugin/maven-metadata.xml from/to central (http://repo.maven.apache.org/maven2): Failed to transfer file: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/maven-metadata.xml. Return code is: 501 , ReasonPhrase:HTTPS Required.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] shadowsocks ....................................... FAILURE [0.560s]
[INFO] shadowsocks-common ................................ SKIPPED
[INFO] shadowsocks-server ................................ SKIPPED
[INFO] shadowsocks-client ................................ SKIPPED
[INFO] socket5-client .................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.799s
[INFO] Finished at: Sat Apr 18 17:17:25 CST 2020
[INFO] Final Memory: 10M/56M
[INFO] ------------------------------------------------------------------------
[ERROR] Error resolving version for plugin 'org.apache.maven.plugins:maven-compiler-plugin' from the repositories [local (/root/.m2/repository), central (http://repo.maven.apache.org/maven2)]: Plugin not found in any plugin repository -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginVersionResolutionException
[root@bwg-vps shadowsocks-by-zk-123]#

怎么解决?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.