用于快速批量测试 ss 各节点延迟的工具,基于 tcpping
git clone https://github.com/istobran/ss-node-test.git
cd ss-node-test
npm install
将 ss 的配置文件 gui-config.json 放入当前项目目录下,接着运行
npm start
{
"configs":[
{
"server":"www.example.com",
"server_port":"8388",
"local_port":"1080",
"password":"abcd",
"method":"aes-256-cfb",
"remarks":"example"
},
...
],
...
}
- node 版本建议在 v6 以上