Skip to content
This repository has been archived by the owner on Dec 29, 2020. It is now read-only.

Commit

Permalink
support ss-panel V3 mu api
Browse files Browse the repository at this point in the history
  • Loading branch information
zuoruizhi committed May 28, 2016
1 parent 974d0aa commit 11e511e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions shadowsocks/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@
MANAGE_BIND_IP = '127.0.0.1'
#make sure this port is idle
MANAGE_PORT = 23333

PANEL_VERSION = 'V3' # V2 or V3. V2 not support API
API_URL = 'http://domain/mu'
API_PASS = 'mupass'
NODE_ID = '1'
CHECKTIME = 15
SYNCTIME = 600

#BIND IP
#if you want bind ipv4 and ipv6 '[::]'
#if you want bind all of ipv4 if '0.0.0.0'
Expand Down

0 comments on commit 11e511e

Please sign in to comment.