https://linux.cn/article-9170-1.html

https://www.cnblogs.com/marklove/p/10802270.html

下面的教程没能用起来。

https://www.osyunwei.com/archives/2821.html

 

Google查了一下发现其实 curl 命令是支持请求重定向的,可以通过 -L 参数配置,如下

curl -L -O https://github.com/ginuerzh/gost/releases/download/v2.8.1/gost_2.8.1_linux_amd64.tar.gz

 

https://mikoto10032.github.io/post/%E7%A8%8B%E5%BA%8F%E5%91%98%E9%82%A3%E4%BA%9B%E4%BA%8B/linux%E4%BD%BF%E7%94%A8ssr%E5%AE%A2%E6%88%B7%E7%AB%AF/
https://www.qcmoke.site/linux/linux_proxy.html
$ git clone http://git.mrwang.pw/Reed/Linux_ssr_script.git
$ cd Linux_ssr_script && chmod +x ./ssr
$ ./ssr install
or download https://files.cnblogs.com/files/marklove/ssr.7z
"server": "0.0.0.0",// serverip
"password":"password", //密码
"protocol":"origin", //协议插件
"obfs":"http_simple", //混淆插件
"method":"aes-256-cfb", //加密方式

相关文章: