smartkeke

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

需要的几个网站:
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地址,就去阿里云注册一个域名不会很贵,六块钱一个月?注意不能前缀不能太短,然后访问自己域名就可以了
最后成功后浏览谷歌发现成功。

发表于 2017-05-08 08:07  季风一号  阅读(893)  评论(0编辑  收藏  举报
 

分类:

技术点:

相关文章:

  • 2021-05-18
  • 2021-11-20
  • 2021-05-01
  • 2022-12-23
  • 2021-06-10
  • 2021-12-17
  • 2022-12-23
  • 2021-12-05
猜你喜欢
  • 2021-06-22
  • 2021-09-05
  • 2022-12-23
  • 2021-04-15
  • 2022-01-07
  • 2021-07-06
相关资源
相似解决方案