ShadowsocksR-Live / overtls

A simple proxy tunnel, minimalist tool for bypassing the GFW.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SSPanel Guide for User Management

zerodwide opened this issue · comments

Dear @ssrlive Thanks for working on SSPanel integration!

I want to know the status of the integration:

  1. Is everything implemented? (Getting Client IDs, Post Traffic Usage, Device Limitations [limitation based on connected client ip] )
  2. NodeType in SSPanel should be what? V2Ray/Shadowsocks/..? what are exact specifications?

Thanks in advance

A typo in config.json: should be "enabled" -> "enable"

but i guess it is better to change "enable" -> "enabled" in code.

    "server_settings": {
        "disable_tls": false,
        "manage_clients": {
            "enabled": false
         }
    }