安装git
sudo yum install git -y
下载shadow-libev
git clone https://github.com/shadow/shadow-libev.git
安装shadow
cd shadow-libev git submodule update --init --recursive yum install gcc gettext autoconf libtool automake make pcre-devel asciidoc xmlto c-ares-devel libev-devel libsodium-devel mbedtls-devel -y sudo yum install gcc gettext autoconf libtool automake make pcre-devel asciidoc xmlto c-ares-devel libev-devel libsodium-devel mbedtls-devel -y ./autogen.sh && ./configure && make make install sudo make install pwd vim ss_serverConfig
配置设置:
vim ss_serverConfig
{ "server": "0.0.0.0", "server_port": 3389, "local_port": 1080, "password": "123456", "timeout": 10000, "method": "chacha20-ietf-poly1305" }
启动:
nohup ss-server -c ss_serverConfig &
标签:git,install,make,libev,devel,设置,shadow,服务端 From: https://www.cnblogs.com/sky1130/p/18016184