Giter Club home page Giter Club logo

shadowsocks-multiuser's Introduction

shadowsocks-multiuser

注意,此后端仅支持原版 SS 而且加密方式较少!

支持的加密方式

AEAD_AES_128_GCM (AES-128-GCM)
AEAD_AES_192_GCM (AES-192-GCM)
AEAD_AES_256_GCM (AES-256-GCM)
AEAD_CHACHA20_POLY1305 (CHACHA20-POLY1305)
AEAD_XCHACHA20_POLY1305 (XCHACHA20-POLY1305)
RC4-MD5
AES-128-CFB
AES-192-CFB
AES-256-CFB
AES-128-CTR
AES-192-CTR
AES-256-CTR
CHACHA20
CHACHA20-IETF
XCHACHA20

命令行参数

Usage of shadowsocks-multiuser:
  -dbhost string
        数据库地址 (default "localhost")
  -dbport int
        数据库端口 (default 3306)
  -dbname string
        数据库名称 (default "sspanel")
  -dbuser string
        数据库账号 (default "root")
  -dbpass string
        数据库密码 (default "123456")
  -listcipher
        列出所有支持的加密方式
  -nodeid int
        节点 ID (default -1)
  -syncinterval int
        同步间隔(秒) (default 30)
  -udp
        开启 UDP 转发

Ubuntu 自动安装脚本

  1. 运行脚本
curl -fsSL https://raw.githubusercontent.com/NetchX/shadowsocks-multiuser/master/scripts/Ubuntu.sh | bash
  1. 编辑配置文件调整参数
vim /etc/systemd/system/shadowsocks-multiuser.service
  1. 重启 Systemd 并开启服务设置自启
systemctl daemon-reload
systemctl start shadowsocks-multiuser
systemctl enable shadowsocks-multiuser
systemctl status shadowsocks-multiuser

shadowsocks-multiuser's People

Contributors

ekyero 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.