https://checkerproxy.net
https://checkerproxy.net
http://free-proxy-list.net/
http://www.my-proxy.com/
http://www.my-proxy.com
線上確認
http://www.proxy-checker.org
http://blog.datafiddle.net/?p=729418
https://github.com/bannedbook/fanqiang/tree/master/jwpac
2017年2月4日 星期六
望暫
http://www.acfun.cn/
https://github.com/ayooay/glbproxy
https://www.ptt.cc/bbs/Google/M.1414936919.A.39B.html
http://www.rifuyiri.net/
https://www.ptt.cc/bbs/Google/M.1414936919.A.39B.html
https://www.v2ray.com/blog/2016/one-year.html
https://www.v2ray.com/chapter_05/01_exp.html
https://blog.ipatrick.cn/2017/01/04/286.html
https://blog.ipatrick.cn/
https://www.91yun.org
/https://shadowsocks.be/11.html
https://teddysun.com/
https://shadowsocks.be/10.html
https://toutyrater.github.io/v2ray-guide-pages/
https://ralf.ren/717
http://www.jianshu.com/p/b59150fd8f47
https://yuan.ga/
http://www.chinagfw.org/2016/08/v2ray-v2ray.html
https://github.com/bannedbook/fanqiang/tree/master/jwpac
http://www.proxyac.com/proxy-list/?country=CN&port=0
https://www.yaoblog.info/
http://www.gogotunnel.com/
http://dream.ren/
https://github.com/ayooay/glbproxy
https://www.ptt.cc/bbs/Google/M.1414936919.A.39B.html
http://www.rifuyiri.net/
https://www.ptt.cc/bbs/Google/M.1414936919.A.39B.html
https://www.v2ray.com/blog/2016/one-year.html
https://www.v2ray.com/chapter_05/01_exp.html
https://blog.ipatrick.cn/2017/01/04/286.html
https://blog.ipatrick.cn/
https://www.91yun.org
/https://shadowsocks.be/11.html
https://teddysun.com/
https://shadowsocks.be/10.html
https://toutyrater.github.io/v2ray-guide-pages/
https://ralf.ren/717
http://www.jianshu.com/p/b59150fd8f47
https://yuan.ga/
http://www.chinagfw.org/2016/08/v2ray-v2ray.html
https://github.com/bannedbook/fanqiang/tree/master/jwpac
http://www.proxyac.com/proxy-list/?country=CN&port=0
https://www.yaoblog.info/
http://www.gogotunnel.com/
http://dream.ren/
2017年2月2日 星期四
一个 免费科学上网 的DNS小工具 —— dowsDNS
今天无聊,就在Github上面乱逛,然后就莫名其妙的发现了这个软件,看了一下这个软件的第一个Releases是15天前(今天14日),也就说刚做出来的工具,测试了一下可以Google、Youtube看视频,不过速度似乎不是很稳定。但是是免费的,大家可以研究研究。
简单的原理可能就是:使用公共的SNI代理服务器,然后做一个本地自动的hosts泛域名解析的样子,不懂python也看不懂代码- -。
Github项目地址:https://github.com/dowsnature/dowsDNS/
优点:免费,简单。
缺点:只支持Windows电脑使用,其他设备需要在同一个局域网内才能使用。
安装教程
首先下载软件:
然后解压到任意文件夹中,进入解压后的文件夹,我们找到这几个文件:
- # V0.22版本
- bin
- ├──── dns.exe # 手动启动程序
- conf
- ├──── config.json # 配置文件
- ├──── data.json
- Window.bat # 自动启动脚本
- run.py # python启动程序
默认我们是不用管配置文件的,直接打开
Windows.bat
,然后会出现下面这个CMD提示,需要管理员权限运行脚本,否则无法修改DNS服务器为 127.0.0.1
,如果修改失败,你就需要按下面的步骤手动修改DNS。- ========================
- 需要管理员权限运行此脚本
- ========================
- 当前可用操作有:
- 1 运行本地DNS服务器
- 2 恢复动态DNS(恢复网络)
- 3 更新记录文件并运行本地DNS服务器
- 4 退出
- 请选择后回车:
- 1
- .
- 正在设置本地DNS代理,请稍等…
- 网络 = “本地连接”
- DNS = 127.0.0.1
- .
- 本地代理已设置!
- 若无法使用,请手动修改系统的DNS为:127.0.0.1(默认情况)
- ==========Config===========
- Local_dns_server: 127.0.0.1
- Local_dns_port: 53
- Remote_dns_server: 114.114.114.114
- Remote_dns_port: 53
- ===========Config==========
- Trying start bind local IP and port …
- Bind successfully! Running …
手动修改DNS
你需要设置一下你电脑的DNS为
127.0.0.1
。按下面的图片步骤执行:
- 打开网络和共享中心
- 点击 本地连接
- 点击 属性 按钮
- 选择 Internet 协议版本 4 (TCP/IPv4) 并点击 属性 按钮
- 选择 使用下面的DNS服务器地址
- 然后填写 首选DNS服务器 为
127.0.0.1
,备用的可以留空。 - 然后点击 确定 按钮,一路确定。
注意:打开谷歌和youtube类网站都需要是 https 的才行,否则 http 会被墙解包 明文被发现然后 阻断。
如果不能打开,请清理浏览器缓存和刷新DNS缓存。
刷新DNS缓存:
开始 —— 运行 —— 输入
cmd
并回车 —— 显示CMD的窗口,输入 ipconfig /flushdns
并回车,就是刷新DNS缓存了。
如果你需要局域网内其他设备也使用这个软件,那么你需要在CMD中输入
ipconfig
然后就会显示下图。
找到你的 IPv4地址,比如我的
192.168.0.101
然后打开
config.json
配置文件,我们可以看到如下内容:- {
- “Remote_dns_server” : “114.114.114.114”,
- “Remote_dns_port”:53,
- “Rpz_json_path”:“./data/rpz.json”,
- “Local_dns_server” : “127.0.0.1”,
- “Local_dns_port” : 53
- }
我们需要把
127.0.0.1
改成你的电脑内网IP 192.168.0.101
。- “Local_dns_server” : “192.168.0.101”,
然后在重新根据上面的步骤,把本地DNS服务器改为
192.168.0.101
。
然后其他的设备也都设置DNS为
192.168.0.101
。
如果是安卓手机使用的话设置地方是:设置 — WIFI — 长按 当前连接的WIFI —— 静态IP —— 然后填写DNS(也有叫域名的,都一样)。
速度测试
我是联通 50Mbps 环境,ping了一下,发现是泰国的 SNI代理,速度还不错,就是有点不稳定,速度快的时候可以看1080P,慢的就只能720P。
其他可以直接使用并科学上网的 DNS:
以下几个DNS服务器,可以直接使用,不需要做其他设置,就能科学上网和屏蔽广告了。
Xsico DNS
官方网站 – 科学上网
Public Dns:115.159.157.26
Scholar Dns:115.159.158.38
Mogu DNS
官方网站 – 科学上网+广告过滤
北方推荐:122.114.245.45
南方推荐:115.159.96.69
Pure DNS
官方网站 – 科学上网+广告过滤
北方推荐:123.207.137.88
南方推荐:115.159.220.214
如果不可用,请查看:电脑科学上网 – DNS
網址1
http://rt.cn2k.net/?p=23
https://breakwa11.blogspot.com/
https://plus.google.com/communities/117390969460066916686
http://www.dujin.org/page/7
http://www.saaee.com/res/5088632.html
https://steachs.com/page/11
http://www.80s.tw/movie/list
http://www.dujin.org/tag/1080p
http://blog.ymanz.com/
https://www.9ssr.com/
https://github.com/breakwa11/shadowsocks/tree/manyuser
https://github.com/breakwa11/shadowsocks-libev
https://github.com/breakwa11/shadowsocks-rss/wiki/Server-Setup
https://github.com/breakwa11/shadowsocks-rss
https://github.com/shadowsocksr
https://github.com/shadowsocksr
https://github.com/shadowsocksr/shadowsocksr-csharp/releases
https://github.com/breakwa11/shadowsocks-rss
http://127.0.0.1:43110/shadowsocksr.bit
https://github.com/breakwa11/shadowsocks-libev
http://www.dujin.org/fenxiang/shipin/5714.html
http://www.80s.tw/movie/list
https://ssr.h2y.co ,
http://www.right.com.cn/forum/forum.php
http://bbs.pandorabox.com.cn/
http://forum.anywlan.com/forum.php
http://www.passworld.cc/index.php?route=product/product&product_id=1
https://github.com/breakwa11/shadowsocks-rss/wiki/Server-Setup
https://github.com/breakwa11/shadowsocks-rss
https://github.com/chengr28
刷機網站
http://www.right.com.cn/forum/forum.php
http://www.right.com.cn/forum/forum.php
檔案
https://eyun.baidu.com/s/3kV0JV19#sharelink/path=%2FPadavan&parent_path=
教學
http://www.right.com.cn/forum/thread-161906-1-1.html
http://www.right.com.cn/forum/thread-161324-1-1.html
http://www.right.com.cn/forum/thread-161324-1-1.html
http://www.right.com.cn/forum/thread-154561-1-1.html
http://www.right.com.cn/forum/thread-186816-1-1.html
https://doub.io/dbrj-1/
https://github.com/iMeiji/shadowsocks_install/wiki/%E6%90%AD%E5%BB%BA-sspanel-v3-%E9%AD%94%E6%94%B9%E7%89%88%E8%AE%B0%E5%BD%95
https://www.chiphell.com/forum.php?mod=forumdisplay&fid=36&filter=typeid&typeid=736&orderby=views
http://www.openwrt.org.cn/bbs/forum.php
http://bbs.itzmx.com/thread-8815-1-1.html
https://doub.io/pac-jc1/#使用方法
https://doub.io/squidpac-tools-js1/
https://doub.io/dbrj-1/
https://breakwa11.blogspot.com/
https://plus.google.com/communities/117390969460066916686
http://www.dujin.org/page/7
http://www.saaee.com/res/5088632.html
https://steachs.com/page/11
http://www.80s.tw/movie/list
http://www.dujin.org/tag/1080p
http://blog.ymanz.com/
https://www.9ssr.com/
https://github.com/breakwa11/shadowsocks/tree/manyuser
https://github.com/breakwa11/shadowsocks-libev
https://github.com/breakwa11/shadowsocks-rss/wiki/Server-Setup
https://github.com/breakwa11/shadowsocks-rss
https://github.com/shadowsocksr
https://github.com/shadowsocksr
https://github.com/shadowsocksr/shadowsocksr-csharp/releases
https://github.com/breakwa11/shadowsocks-rss
http://127.0.0.1:43110/shadowsocksr.bit
https://github.com/breakwa11/shadowsocks-libev
http://www.dujin.org/fenxiang/shipin/5714.html
http://www.80s.tw/movie/list
https://ssr.h2y.co ,
http://www.right.com.cn/forum/forum.php
http://bbs.pandorabox.com.cn/
http://forum.anywlan.com/forum.php
http://www.passworld.cc/index.php?route=product/product&product_id=1
https://github.com/breakwa11/shadowsocks-rss/wiki/Server-Setup
https://github.com/breakwa11/shadowsocks-rss
https://github.com/chengr28
刷機網站
http://www.right.com.cn/forum/forum.php
http://www.right.com.cn/forum/forum.php
檔案
https://eyun.baidu.com/s/3kV0JV19#sharelink/path=%2FPadavan&parent_path=
教學
http://www.right.com.cn/forum/thread-161906-1-1.html
http://www.right.com.cn/forum/thread-161324-1-1.html
http://www.right.com.cn/forum/thread-161324-1-1.html
http://www.right.com.cn/forum/thread-154561-1-1.html
http://www.right.com.cn/forum/thread-186816-1-1.html
https://doub.io/dbrj-1/
https://github.com/iMeiji/shadowsocks_install/wiki/%E6%90%AD%E5%BB%BA-sspanel-v3-%E9%AD%94%E6%94%B9%E7%89%88%E8%AE%B0%E5%BD%95
https://www.chiphell.com/forum.php?mod=forumdisplay&fid=36&filter=typeid&typeid=736&orderby=views
http://www.openwrt.org.cn/bbs/forum.php
http://bbs.itzmx.com/thread-8815-1-1.html
https://doub.io/pac-jc1/#使用方法
https://doub.io/squidpac-tools-js1/
https://doub.io/dbrj-1/
RT-ac51u DIR300 刷入U-BOOT
跟 U-Boot 相同的刷入方法:
- 从 PandoraBox U-Boot 中刷入
- 在固件中使用 mtd 命令刷入
- 在 U-Boot TTL 中刷入
- 用编程器刷入
U-Boot 刷机方法大全
1楼: OpenWrt + SSH 刷机方法
2楼: U-Boot + TTL 刷机方法
3楼: 使用 HFS 上传文件 (配合1楼方法)
OpenWrt + SSH 刷机方法
如果要刷 U-Boot,则必须事先刷入解锁 u-boot 分区的 OpenWrt 固件。
准备工具:
PuTTY: http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
WinSCP: http://winscp.net/eng/download.php
PuTTY 可以作为 SSH 客户端,登录路由器的 Shell 环境,以执行各种命令。
WinSCP 是一个图形化的 SCP 协议 (基于 SSH 的文件传输协议) 客户端,用于本地和路由的文件传输。
设置 OpenWrt 管理密码 (root 密码):
只有设置了 root 密码,才能使用 SSH 协议工具。
如果已经设置了密码,请跳过这一步。
以下步骤任选一个就行
1楼: OpenWrt + SSH 刷机方法
2楼: U-Boot + TTL 刷机方法
3楼: 使用 HFS 上传文件 (配合1楼方法)
OpenWrt + SSH 刷机方法
如果要刷 U-Boot,则必须事先刷入解锁 u-boot 分区的 OpenWrt 固件。
准备工具:
PuTTY: http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
WinSCP: http://winscp.net/eng/download.php
PuTTY 可以作为 SSH 客户端,登录路由器的 Shell 环境,以执行各种命令。
WinSCP 是一个图形化的 SCP 协议 (基于 SSH 的文件传输协议) 客户端,用于本地和路由的文件传输。
设置 OpenWrt 管理密码 (root 密码):
只有设置了 root 密码,才能使用 SSH 协议工具。
如果已经设置了密码,请跳过这一步。
以下步骤任选一个就行
. 使用 telnet 登录路由设置密码(针对没有 LuCI 的固件):
telnet 协议是一种类似于 SSH 的协议,只是它不经过加密,因此在外网环境中不太安全。
OpenWrt 只有在未设置 root 密码时,才能使用 telnet 协议。
PC [开始]→[所有程序]→[附件]→[命令提示符]
或
Win + R 组合键→输入 cmd→回车
输入 telnet <路由IP地址>
telnet 协议是一种类似于 SSH 的协议,只是它不经过加密,因此在外网环境中不太安全。
OpenWrt 只有在未设置 root 密码时,才能使用 telnet 协议。
PC [开始]→[所有程序]→[附件]→[命令提示符]
或
Win + R 组合键→输入 cmd→回车
输入 telnet <路由IP地址>
输入 passwd,回车
输入两次密码,分别以回车结束。
注意:输入密码时,密码不会显示,直接输入即可。
使用 WinSCP 传输要刷入的文件 (以 U-Boot 为例):
打开 WinSCP
File Protocol 选择 SCP
Host name 填入路由器 IP 地址
User name 填入 root
Password 填入 root 的密码
单击 [Login]
如果是第一次使用 WinSCP 登录路由,那么 WinSCP 会弹出如下对话框:
其大意是第一次连接此主机,其 RSA 指纹 Key 未被登记,是否要信任此主机
这里单击 Yes,以确认信任此路由。
WinSCP 主界面
左侧切换到要上传的文件的目录
右侧切换到 /tmp 目录
选择 /tmp 目录的原因是:/tmp 目录挂载于内存中,而且容量较大,这样刷写固件时不会跟 Flash 产生冲突。
选择要上传的文件,右键菜单选择 [Upload]
直接单击 [OK] 继续
文件即可上传到路由中。
使用 PuTTY 登录路由:
打开 PuTTY
Host Name 填入路由器 IP 地址
Connection type 选择 SSH (默认)
单击 [Open]
跟 WinSCP 一样,如果是第一次使用 PuTTY 登录路由,那么会有如下提示:
单击 [Yes] 即可。
然后 PuTTY 会要求输入用户名和密码:
用户名填入 root
密码填入 root 密码。这里一样在输入密码时不会显示。
如果用户名密码无误,就会进入 Shell 环境。
输入 cd /tmp 命令进入 /tmp 目录。
输入 mtd write <文件名> <mtd分区名> 命令以进行刷机操作
下图是以刷入 U-Boot 为例的:
有些教程会在 mtd 命令后加入 -r 参数,此参数的意思为刷写完成后立即重启路由
但这里不建议这么做,因为一旦刷机文件选错,这里还有补救的机会。
关于获取 MTD 分区名:
运行 cat /proc/mtd 命令即可查看
输入两次密码,分别以回车结束。
注意:输入密码时,密码不会显示,直接输入即可。
使用 WinSCP 传输要刷入的文件 (以 U-Boot 为例):
打开 WinSCP
File Protocol 选择 SCP
Host name 填入路由器 IP 地址
User name 填入 root
Password 填入 root 的密码
单击 [Login]
如果是第一次使用 WinSCP 登录路由,那么 WinSCP 会弹出如下对话框:
其大意是第一次连接此主机,其 RSA 指纹 Key 未被登记,是否要信任此主机
这里单击 Yes,以确认信任此路由。
WinSCP 主界面
左侧切换到要上传的文件的目录
右侧切换到 /tmp 目录
选择 /tmp 目录的原因是:/tmp 目录挂载于内存中,而且容量较大,这样刷写固件时不会跟 Flash 产生冲突。
选择要上传的文件,右键菜单选择 [Upload]
直接单击 [OK] 继续
文件即可上传到路由中。
使用 PuTTY 登录路由:
打开 PuTTY
Host Name 填入路由器 IP 地址
Connection type 选择 SSH (默认)
单击 [Open]
跟 WinSCP 一样,如果是第一次使用 PuTTY 登录路由,那么会有如下提示:
单击 [Yes] 即可。
然后 PuTTY 会要求输入用户名和密码:
用户名填入 root
密码填入 root 密码。这里一样在输入密码时不会显示。
如果用户名密码无误,就会进入 Shell 环境。
输入 cd /tmp 命令进入 /tmp 目录。
输入 mtd write <文件名> <mtd分区名> 命令以进行刷机操作
下图是以刷入 U-Boot 为例的:
有些教程会在 mtd 命令后加入 -r 参数,此参数的意思为刷写完成后立即重启路由
但这里不建议这么做,因为一旦刷机文件选错,这里还有补救的机会。
关于获取 MTD 分区名:
运行 cat /proc/mtd 命令即可查看
https://breakwa11.blogspot.tw/?m=1
http://www.daxiblog.com
https://sourceforge.net/p/openwrt-dist/wiki/DNS/
https://program-thinker.blogspot.tw/2016/11/shadowsocks.html
http://jiasu.qilinco.com/2015/12/16/install-ss-on-jiluyou.html
https://github.com/qiwihui/hiwifi-ss
https://github.com/dowsnature/dowsDNS
https://twweeb.org/proxy-introduce/
https://twweeb.org/
https://program-think.blogspot.com/
http://www.passworld.cc/index.php?route=common/home
http://pcadv.techbang.com/
https://forusjustice.blogspot.tw/
http://www.melinkr.com/
http://shop.tamio.com.tw/
http://www.linksysinfo.org/index.php
http://tomato.groov.pl
下載點
http://downloads.openwrt.org.cn/PandoraBox/
http://digiland.tw/viewtopic.php?id=2636
http://digiland.tw/index.php
http://linksysinfo.org/index.php
http://toastmanfirmware.yolasite.com/
http://www.linksysinfo.org/index.php?forums/tomato-firmware.33/
http://www.4shared.com/folder/rnihHn43/Toastman_Firmware.html
https://www.mediafire.com/?88t1vzzcgrphx
http://tomato.groov.pl/
http://www.linksysinfo.org/
http://linksysinfo.org/index.php
http://repo.or.cz/w/tomato.git/shortlog/refs/heads/tomato-shibby
http://repo.or.cz/w/tomato.git/shortlog/refs/heads/tomato-shibby
http://tomato.groov.pl/?page_id=69
http://evil-ms.blogspot.com/_
http://tomato.groov.pl/
https://pan.baidu.com/s/1jIGpbQe#list/path=%2FTomato%20Phoenix%20%E4%B8%8D%E6%AD%BB%E9%B8%9F&parentPath=%2F
https://pan.baidu.com/s/1jIGpbQe#list/path=%2F&parentPath=%2F
http://tomato.org.cn/
http://www.right.com.cn/forum/thread-166431-1-1.html
https://code.aliyun.com/hiboyhiboy/padavan-opt/
https://github.com/aa65535/openwrt-chinadns
http://www.daxiblog.com
https://sourceforge.net/p/openwrt-dist/wiki/DNS/
https://program-thinker.blogspot.tw/2016/11/shadowsocks.html
http://jiasu.qilinco.com/2015/12/16/install-ss-on-jiluyou.html
https://github.com/qiwihui/hiwifi-ss
https://github.com/dowsnature/dowsDNS
https://twweeb.org/proxy-introduce/
https://twweeb.org/
https://program-think.blogspot.com/
http://www.passworld.cc/index.php?route=common/home
http://pcadv.techbang.com/
https://forusjustice.blogspot.tw/
http://www.melinkr.com/
http://shop.tamio.com.tw/
http://www.linksysinfo.org/index.php
http://tomato.groov.pl
下載點
http://downloads.openwrt.org.cn/PandoraBox/
http://digiland.tw/viewtopic.php?id=2636
http://digiland.tw/index.php
http://linksysinfo.org/index.php
http://toastmanfirmware.yolasite.com/
http://www.linksysinfo.org/index.php?forums/tomato-firmware.33/
http://www.4shared.com/folder/rnihHn43/Toastman_Firmware.html
https://www.mediafire.com/?88t1vzzcgrphx
http://tomato.groov.pl/
http://www.linksysinfo.org/
http://linksysinfo.org/index.php
http://repo.or.cz/w/tomato.git/shortlog/refs/heads/tomato-shibby
http://repo.or.cz/w/tomato.git/shortlog/refs/heads/tomato-shibby
http://tomato.groov.pl/?page_id=69
http://evil-ms.blogspot.com/_
http://tomato.groov.pl/
https://pan.baidu.com/s/1jIGpbQe#list/path=%2FTomato%20Phoenix%20%E4%B8%8D%E6%AD%BB%E9%B8%9F&parentPath=%2F
https://pan.baidu.com/s/1jIGpbQe#list/path=%2F&parentPath=%2F
http://tomato.org.cn/
http://www.right.com.cn/forum/thread-166431-1-1.html
https://code.aliyun.com/hiboyhiboy/padavan-opt/
https://github.com/aa65535/openwrt-chinadns
2017年2月1日 星期三
保留
https://github.com/GangZhuo/BaiduPCS
http://dl-xda.xposed.info/framework/sdk23/arm64/
http://www.javayuan.cn/index.php/archives/90.html
http://www.javayuan.cn/index.php/archives/86.html
http://digiland.tw/viewtopic.php?id=921
http://www.mobile01.com/topicdetail.php?f=110&t=2629601&p=1
http://www.right.com.cn/forum/thread-161906-1-1.html
http://digiland.tw/viewtopic.php?id=2815
https://eyun.baidu.com/s/3kV0JV19#sharelink/path=%2FPadavan&parent_path=
http://digiland.tw/viewtopic.php?id=2701
https://eyun.baidu.com/s/3kV0JV19#sharelink/path=%2F2016-12-27&parent_path=%2FPadavan
http://www.right.com.cn/forum/thread-161906-1-1.html
https://eyun.baidu.com/s/3kV0JV19#sharelink/path=%2F2017-1-16&parent_path=%2FPadavan
http://breed.hackpascal.net/
http://rt.cn2k.net/?p=85
http://www.right.com.cn/forum/thread-161906-1-1.html
http://breed.hackpascal.net/
http://www.right.com.cn/forum/thread-161324-1-1.html
https://eyun.baidu.com/s/3kV0JV19#sharelink/path=%2F2017-1-16&parent_path=%2FPadavan
http://www.right.com.cn/forum/thread-161906-1-1.html
https://eyun.baidu.com/s/3kV0JV19#sharelink/path=%2F%E6%97%A7%E6%96%87%E4%BB%B6%2F2016-12-13&parent_path=%2FPadavan
http://dl.tomato.org.cn/mt7620/V103/
http://www.xhome.com.tw/login.php
http://forum.anywlan.com/forum-61-1.html
http://idotcom.pixnet.net/blog/post/286397101
http://digiland.tw/viewtopic.php?id=2815
固件默认用户名:root 密码:tomato.org.cn
固件更新日志 http://tomato.org.cn/changelog.html
固件截图:http://dl.tomato.org.cn/mt7620/screenshot/
固件下载地址:http://dl.tomato.org.cn/mt7620/V099/
官方博客:http://forgotfun.org
官方QQ群:MT7620A/N Tomato Phoenix 547988606
http://rt.cn2k.net/?cat=6
http://www.right.com.cn/forum/thread-31349-1-1.html
http://www.right.com.cn/forum/thread-161324-1-1.html
http://www.right.com.cn/forum/thread-161906-1-1.html
http://www.right.com.cn/forum/thread-161324-1-1.html
http://www.dailymotion.com/tw/relevance/search/%E6%83%A1%E9%9D%88%E5%8F%A4%E5%A0%A1%EF%BC%9A%E6%9C%80%E7%B5%82%E7%AB%A0/8
http://dl-xda.xposed.info/framework/sdk23/arm64/
http://www.javayuan.cn/index.php/archives/90.html
http://www.javayuan.cn/index.php/archives/86.html
http://digiland.tw/viewtopic.php?id=921
http://www.mobile01.com/topicdetail.php?f=110&t=2629601&p=1
http://www.right.com.cn/forum/thread-161906-1-1.html
http://digiland.tw/viewtopic.php?id=2815
https://eyun.baidu.com/s/3kV0JV19#sharelink/path=%2FPadavan&parent_path=
http://digiland.tw/viewtopic.php?id=2701
https://eyun.baidu.com/s/3kV0JV19#sharelink/path=%2F2016-12-27&parent_path=%2FPadavan
http://www.right.com.cn/forum/thread-161906-1-1.html
https://eyun.baidu.com/s/3kV0JV19#sharelink/path=%2F2017-1-16&parent_path=%2FPadavan
http://breed.hackpascal.net/
http://rt.cn2k.net/?p=85
http://www.right.com.cn/forum/thread-161906-1-1.html
http://breed.hackpascal.net/
http://www.right.com.cn/forum/thread-161324-1-1.html
https://eyun.baidu.com/s/3kV0JV19#sharelink/path=%2F2017-1-16&parent_path=%2FPadavan
http://www.right.com.cn/forum/thread-161906-1-1.html
https://eyun.baidu.com/s/3kV0JV19#sharelink/path=%2F%E6%97%A7%E6%96%87%E4%BB%B6%2F2016-12-13&parent_path=%2FPadavan
http://dl.tomato.org.cn/mt7620/V103/
http://www.xhome.com.tw/login.php
http://forum.anywlan.com/forum-61-1.html
http://idotcom.pixnet.net/blog/post/286397101
http://digiland.tw/viewtopic.php?id=2815
固件默认用户名:root 密码:tomato.org.cn
固件更新日志 http://tomato.org.cn/changelog.html
固件截图:http://dl.tomato.org.cn/mt7620/screenshot/
固件下载地址:http://dl.tomato.org.cn/mt7620/V099/
官方博客:http://forgotfun.org
官方QQ群:MT7620A/N Tomato Phoenix 547988606
http://rt.cn2k.net/?cat=6
http://www.right.com.cn/forum/thread-31349-1-1.html
http://www.right.com.cn/forum/thread-161324-1-1.html
http://www.right.com.cn/forum/thread-161906-1-1.html
http://www.right.com.cn/forum/thread-161324-1-1.html
http://www.dailymotion.com/tw/relevance/search/%E6%83%A1%E9%9D%88%E5%8F%A4%E5%A0%A1%EF%BC%9A%E6%9C%80%E7%B5%82%E7%AB%A0/8
訂閱:
文章 (Atom)