Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smallstrong0/ss
I spend many ways to break the GFW,and this is my destination.
https://github.com/smallstrong0/ss
googlecloud shadowsocks
Last synced: about 2 months ago
JSON representation
I spend many ways to break the GFW,and this is my destination.
- Host: GitHub
- URL: https://github.com/smallstrong0/ss
- Owner: smallstrong0
- Created: 2017-07-17T02:06:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-22T02:13:26.000Z (almost 6 years ago)
- Last Synced: 2024-08-03T17:12:09.862Z (5 months ago)
- Topics: googlecloud, shadowsocks
- Homepage:
- Size: 12.7 MB
- Stars: 27
- Watchers: 8
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-network-stuff - **30**星
README
### Shadowsocks 全端翻墙
> 授人以渔
[搬瓦工VPS自建VPN 走你](http://www.smallstrong.site/2016/10/11/%E4%BA%94%E5%88%86%E9%92%9F%E6%95%99%E4%BD%A0%E5%9C%A8VPS%E4%B8%8A%E6%90%AD%E5%BB%BAVPN/)
#### 搬瓦工vps如果被封IP损失比较大,推荐 https://www.vultr.com/ 充值类型的按使用日期付费,IP被限制之后可以重新选择主机进行部署.
```
wget --no-check-certificate -O shadowsocks.sh https://raw.githubusercontent.com/teddysun/shadowsocks_install/master/shadowsocks.sh
chmod +x shadowsocks.sh
./shadowsocks.sh 2>&1 | tee shadowsocks.log
```启动:/etc/init.d/shadowsocks start
停止:/etc/init.d/shadowsocks stop
重启:/etc/init.d/shadowsocks restart
状态:/etc/init.d/shadowsocks status