DragonFly On-Line Manual Pages
ss5(1) DragonFly General Commands Manual ss5(1)
NAME
ss5srv - A command line tool to manage ss5 socks server
SYNOPSIS
ss5srv [options]
DESCRIPTION
ss5srv connects to ss5 server and queries for socks statistics and
socks directives. It can also change the ss5 online configuration
adding new directives or modifying those existing.
OPTIONS
Separate multiple options with white space.
write_config [filename]
Write configuration into file.conf and file.ha
show_connect
Show connection statistics
show_bind
Show bind statistics
show_udp
Show udp statistics
list_option
List <option> directives
list_method
List <auth> directives
list_autho
List <permit> directives
list_proxy
List <proxy> directives
list_route directives
List <route> directives
list_dump
List <dump> directives
list_virtual
List <virtual> directives
list_bandwidth
List <bandwidth> directives
disp_authcache
Display authentication cache content
disp_authocache
Display authorization cache content
disp_virtualcache
Display virtual affinity cache content
add_method/del_method [source-host] [source-port] [auth-methods]
Add/remove a auth directive to/from online configuration
add_dump/del_dump [destination-host] [destination-port] [dump mode
(r=rx, t=tx, b=rx+tx)]
Add/remove a dump directive to/from online configuration
add_bandwidth/del_bandwidth [group] [maxcons] [bandwidth]
Add/remove a bandwidth per user directive to/from online
configuration
add_proxy/del_proxy [destination-host] [destination-port] [upstream-
proxy-address] [upstream-proxy-port] [socks-ver]
Add/remove a proxy directive to/from online configuration
add_route/del_route [source/dest-host] [bind-address] [group]
[direction]
Add/remove a route directive to/from online configuration
CONFIGURATION
In order to enable ss5srv tool working with ss5 server, you must set
SS5_SRV option into ss5.conf file.
ENVIRONMENT
If SS5_SOCKS_PORT is set, ss5srv connect to ss5 using the port
specified instead of default (1080).
SEE ALSO
ss5(1), ss5.conf(5), ss5.pam(5), ss5.passwd(5), ss5.ha(5), ss5srv(1),
ss5_supa(5), ss5_gssapi(5)
AUTHOR
Matteo Ricchetti
Send comments to matteo.ricchetti@libero.it
20 Jan 2008 ss5(1)