ShadowsockServer配置
大约 1 分钟
临时用vpn的办法:
腾讯云->竞价实例->中国香港->流量计费(100M) ,两三个小时才几毛钱
部署
sshpass -p "yourpassword" ssh root@$1 << EOF
yum install python-setuptools && easy_install pip
pip install shadowsocks
sudo mkdir /etc/shadowsocks
echo '{"server":"0.0.0.0","server_port":12345,"local_address": "127.0.0.1","local_port":1080,"password":"yourpassword", "timeout":1200,"method":"aes-256-cfb","fast_open": true,"workers":3}' >> /etc/shadowsocks/shadowsocks.json
ssserver -c /etc/shadowsocks/shadowsocks.json -d restart
EOF
修改端口
vim /etc/shadowsocks/shadowsocks.json
ssserver -c /etc/shadowsocks/shadowsocks.json -d restart
系统推荐
- Redis笔记
- Docker进行资源隔离
- Nacos-Spring Gateway-Spring boot无感发布
- Sublime Text 格式化JSON
- Redis高可用
- ShadowsockServerUpdatePort
- 分库分表
- 制作KVM ES镜像文件
- Git Merge 、Rebase
- SQL优化
- 分布式事务Seata
- 表单重复提交解决方案
- 随机毒鸡汤:只要你成为一个废物,就没有人能利用你!