yqt / kratos-admin-tool

An admin tool for Kratos base on gPRC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

An admin tool for managing server-side of shadowsocks-libev for multi-user(config) including config and traffic management.

Note

  1. No unit tests yet. Work with Python 2.7.

Usage

  1. pip install -r requirements.txt
  2. cp config/config.py.sample config/config.py
  3. Generate private key and certificate for gPRC server.
  4. mkdir WOKRING_DIR_FOR_SS
  5. Edit field of config in config/config.py
  6. Run server with python start_start_server.py(root privilege is required for configuring iptables)

About

An admin tool for Kratos base on gPRC

License:MIT License


Languages

Language:Python 91.2%Language:Protocol Buffer 8.8%