Giter Site home page Giter Site logo

shadowsocks-plus's Introduction

shadowsocks-plus v2


功能

已实现:

  • 原版 shadowsocks-go 所有功能
  • 集成 kcptun 实现加速
  • 多端口支持
  • 支持动态增加用户(端口)
  • 用户管理脚本和服务端一键安装脚本(在tools目录下)

Todo:

  • 动态删除用户支持

使用

编译:

git clone https://github.com/shadowsocks-plus/shadowsocks-plus

cd shadowsocks-plus

go get ./...

go build server.go

go build local.go

客户端和服务端使用方法与原版 shadowsocks-go 完全相同,自带加速。 如果有需要使用单独的 kcptun 和 shadowsocks 客户端进行连接,请注意 kcptun 端口为 shadowsocks 端口号 + 10000。

HTTP API 调用方法:

  • 增加用户:http://[Server IP]:[API Port]/[hkey]/addUser/port=[port]&pw=[password]
  • 如需使用 HTTP API,请在启动 shadowsocks-plus 时指定监听地址和密钥 (hkey),如: ./server -c config.json -api 127.0.0.1:2333 -hkey HelloAPIKey

Copyright

本项目采用 LGPL License. 引用了 shadowsocks-go, kcptun 的代码。感谢相关项目的作者 :-)

shadowsocks-plus's People

Contributors

jm33-m0 avatar losfair avatar

Watchers

laomaozi avatar

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.