在国外搭个人服务器(顺便访问*)

需要的几个网站:
https://aliyun.com
http://vpscheap.net/
购买vpscheap服务器11刀半年
绑定阿里云域名

putty->cheapvps-IP

apt-get update
apt-get install python-pip
pip install shadowsocks
vi /etc/shadowsocks.json
 {"server":"my_server_ip",
    
"server_port":25,
    
"local_address": "127.0.0.1",
   
"local_port":1080,
   
"password":"mypassword",
     
"timeout":300,
    
"method":"aes-256-cfb",
    
"fast_open": false }

ssserver -c /etc/shadowsocks.json -d start


下载shadowssocks-4.0.1填写相应数据,启用系统代理

如果记不住自己的IP地址,就去阿里云注册一个域名不会很贵,六块钱一个月?注意不能前缀不能太短,然后访问自己域名就可以了
最后成功后浏览谷歌发现成功。

Smartkeke
原文地址:https://www.cnblogs.com/smartkeke/p/6823240.html