A command line tool to check the usability of shadowsocks.
Sometimes shadowsocks server can ping, but ssserver may not working at all, for this situation, we can use ss-check to check which config is working(By testing curl http://www.google.com).
- 
macOS > 10.12
 
go get github.com/eleven26/ss-check 
Remember add
$GOPATH/binto your$PATHenvironment variable.
Or
curl https://raw.githubusercontent.com/eleven26/ss-check/master/install_update_linux.sh | bash
- 
Open your
ShadowsocksX-NG-R8 - 
Select
All Server To Json..., select the location to save shadowsocks configuration(JSON format). - 
Run the command below:
 
ss-check -c /path/to/config.json
/path/to/config.json is the location you export from ShadowsocksX-NG-R8
- You can also specify url to test:
 
ss-check -c /path/to/config.json -u www.google.com
