Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 1.67 KB

科学上网之代理服务器配置.md

File metadata and controls

33 lines (27 loc) · 1.67 KB

大致配置流程

使用 DigitalOcean 费用大概 $5 每月,想要划算一点的话可以邀请同学跟你一块(一个服务器可以多用户使用)

  1. Digitalocean 注册账号,并创建 droplets

    • 发行版建议使用 Ubuntu
    • 服务器规格不同价格也不同,最低 $5/mo 。基本够用了。
    • 数据中心建议选 Singapore(新加坡) (经过测试速度最快)
    • 建议添加一个 SSH key(之后远程登录服务器不需要密码)
  2. 服务器端安装

    1. 登录到服务器
      • linux 使用 sshroot 身份登录到服务器。
        • [rainstorm@debian ~]$ ssh [email protected]. 因为配置了 SSH key 所以不需要密码。
      • Windows 下可以使用 Putty
      • 服务器 IP 可以在 droplets 的页面上看到
    2. 服务器端安装
  3. 客户端安装

    1. linux 上使用与服务器端相同的命令
    2. windows 版
      • 这个我没有用过,试着玩一玩吧。
  4. 安装浏览器插件 autoproxy

    1. 添加一个 proxy server
      • shadowsocks 127.0.0.1 1080 socks5
    2. 添加 proxy rule
      • google.com
      • ajax.googleapis.com
  • 以上是关键步骤,忽略了很多细节,可以自己先摸索一下。