Server manager
Server manager is used for ss5 management: ss5srv is a command line tool to query o modifying ss5 online configuration. Changes to ss5 online configuration are immediately effective and don't require reload. nb: must write them to ss5.conf file if you don't want to lose them when socks server exits.
To show socks server statistics use the following option: |
Example: # ss5srv show_connect |
To list socks server configuration use the following option: |
Example: # ss5srv list_method |
Example: # ss5srv list_autho |
Example: # ss5srv list_proxy |
Example: # ss5srv list_route |
Example: # ss5srv list_dump |
Example: # ss5srv list_virtual |
Example: # ss5srv list_bandwidth |
To display socks server authentication and authorization cache use the following option: |
Example: # ss5srv disp_authcache |
Example: # ss5srv disp_authocache |
Example: # ss5srv disp_virtualcache |
To change socks server online configuration use the following option: |
Example: # ss5srv add_bandwidth grp1 5 204800 |
Example: # ss5srv del_bandwidth grp1 5 204800 |
|
Example: # ss5srv add_method 10.2.228.1/32 - n |
Example: # ss5srv del_method 10.2.228.1/32 - n |