集成Shadowsocks与ShadowVPN的极路由OpenWRT固件

2016-05-15 17:28
固件(OpenWRT 15.05)仅支持极路由的HC5661、HC5761两款型号,也就是1s与2,后期出的HC5661A、HC5761A没测试过.

功能:

- Shadowsocks与ShadowVPN均支持全局及域名列表两种模式
- 支持自定义域名列表


基本原理:
- 基于dnsmasq及ipset,域名列表模式下,dnsmasq将域名列表中的域名通过远程dns服务器解析出IP,并将IP加入ipset list表,ipset list表中的IP全部走Shadowsocks或ShadowVPN通道
- 域名列表模式下,Shadowsocks下是通过Shadowsocks的udp通道解析列表中的域名
- 全局模式下,均使用远程dns解析域名

openwrt


刷机步骤:

先上极路由官网开启ssh权限,先刷uboot,再刷openwrt固件,刷完uboot可能会重启,重启后再刷固件记得cd /tmp 。

极路由1s(HC5661):

#cd /tmp

#wget http://www.qiwu.org/uploads/2016/05/HC5661-uboot.bin
#mtd write HC5661-uboot.bin u-boot

#wget http://www.qiwu.org/uploads/2016/05/openwrt-ramips-mt7620-hc5661-squashfs-sysupgrade.bin
#sysupgrade -F -n openwrt-ramips-mt7620-hc5661-squashfs-sysupgrade.bin



极路由2(HC5761):


#cd /tmp

#wget http://www.qiwu.org/uploads/2016/05/HC5761-uboot.bin
#mtd write HC5761-uboot.bin u-boot

#wget http://www.qiwu.org/uploads/2016/05/openwrt-ramips-mt7620-hc5761-squashfs-sysupgrade.bin
#sysupgrade -F -n openwrt-ramips-mt7620-hc5761-squashfs-sysupgrade.bin

MD5:

HC5661-uboot.bin/41e3b439745a3d51d5d2efc9f225219a
openwrt-ramips-mt7620-hc5661-squashfs-sysupgrade.bin/a50ce803a9de9fef9f593aa937ae044c
HC5761-uboot.bin/8cb2a75b4f316878d9a180ab6e2493dc
openwrt-ramips-mt7620-hc5761-squashfs-sysupgrade.bin/c3c96da37be24298ae4e576e86d3ae1b


2 条回复

说两句