-
Notifications
You must be signed in to change notification settings - Fork 18
Home
-
Download the Source code, unzip it or enter
git clone --depth=1 https://github.com/OreosLab/SSRSpeedN.git
in command line. -
Download latest
clients_xxx.zip
, unzip it, and then move the unzipped clients folder into the resources folder in SSRSpeedN. -
Download latest GeoIP2 GeoLite2 Databases, put
GeoLite2-ASN.mmdb
andGeoLite2-City.mmdb
intoresources/databases
in SSRSpeedN.
Add the bin folder path of your own to the environment variable PATH, then type ssrspeed
on the command line to run the program.
-
下载源代码,解压或在命令行输入
git clone --depth=1 https://github.com/OreosLab/SSRSpeedN.git
。 -
下载最新的
client_xxx.zip
,解压缩,然后将其中的 client 文件夹移动到 SSRSpeedN 的 resources 文件夹中。 -
下载最新的 GeoIP2 GeoLite2 Databases,将
GeoLite2-ASN.mmdb
和GeoLite2-City.mmdb
放入 SSRSpeedN 的resources/databases
文件夹中。
将你自己的 bin 文件夹所在目录路径加入环境变量 PATH 中,然后命令行输入 ssrspeed
即可运行程序。