GithubHelp home page GithubHelp logo

fengyouliang / shadowsocks-java Goto Github PK

View Code? Open in Web Editor NEW

This project forked from thetbw/shadowsocks-java

0.0 0.0 0.0 47 KB

A implementation of shadowsocks that base on java's netty framework

License: Apache License 2.0

Shell 0.12% Java 99.88%

shadowsocks-java's Introduction

Shadowsocks

shadowsocks is a fast tunnel proxy that helps you bypass firewalls.
shadowsocks-java is a implementation of shadowsocks protocol that base on java's netty framework.

Features:

  • TCP & UDP support
  • Stream & AEAD cipher support

Install

Build from source code

  1. Install JDK8 or higher
  2. Install Maven
  3. Clone repository
  4. Go to the project directory and run mvn package
  5. The executable file is in target/bin directory

Download

Coming soon

Usage

command

usage: sslocal [FLAGS] [OPTIONS]

flags:
 -h,--help      Prints help info
 -v,--version   Show version number

options:
 -b,--local-addr <arg>    Local address, listen only to this address if specified. (format: host:port)
 -c,--config <arg>        Configuration file
 -k,--password <arg>      Password
 -m,--method <arg>        Cipher method. ['rc4-md5',
                          'aes-128/192/256-cfb/ctr','aes-128/256-gcm','chacha20-ietf-poly1305']
 -s,--server-addr <arg>   Server address. (format: host:port)
 -t,--timeout <arg>       Connection timeout

ss-local

Start ss-local through command line argument.

./sslocal.sh -k 123456 -m aes-256-gcm -b 127.0.0.1:1080 -s 127.0.0.1:8383

You can also start ss-local by loading the configuration file.

./sslocal.sh -c config.json

ss-server

Start ss-server through command line argument.

./ssserver.sh -k 123456 -m aes-256-gcm -s 0.0.0.0:8383

You can also start ss-server by loading the configuration file.

./ssserver.sh -c config.json

Contact

you can contact me by the following ways

Email: [email protected]

Blog: https://wiyi.org

License

Copyright (c) 2021 shadowsocks-java

shadowsocks-java is free and open source software, licensed under Apache License v2.0 . See LICENSE for full details.

shadowsocks-java's People

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.