Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@wanming
Last active March 25, 2016 08:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wanming/f05560d0c868e8d75f9e to your computer and use it in GitHub Desktop.
Save wanming/f05560d0c868e8d75f9e to your computer and use it in GitHub Desktop.
OpenWRT install SS + chinaDNS

通过在支持 OpenWrt 的路由器上刷 OpenWrt & shadowsocks & chinaDNS 支持科学上网。

准备工作
  1. 支持 OpenWrt 的路由器,可以通过这里搜索自己的路由器是否支持
  2. 网络环境
  3. 带网线接口的 windows 电脑或者 linux 电脑
开始
  1. 刷机 NetGear4300

  2. 安装 openwrt-shadowsocks

    1. 在路由器上执行 opkg update.
    2. 编辑 /lib/functions.sh 这个文件在末尾加上
      default_postinst() {
          return 0
      }
      
    3. 下载预编译好的 ipk ,scp 到路由器上,通过 opkg intall 安装
  3. 安装 openwrt-dist-luci

  4. 安装 ChinaDNS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment