uku / Unblock-Youku

A Chrome extension helping users access their web services while traveling outside mainland China
https://uku.im
GNU Affero General Public License v3.0
3.18k stars 652 forks source link

小米盒子YOUKU TV版 不能播 #237

Closed oldboy2013 closed 10 years ago

oldboy2013 commented 10 years ago

用DNS改為192.241.222.103的方法, 昨天開始不能播

hafa2012 commented 10 years ago

@karlcheong 还有最新发布的土豆TV客户端也提示ip问题,请帮忙解决, http://down.znds.com/apk/vod/2014/0319/391.html

如果能告诉我方法,我可以帮助维护

karlcheong commented 10 years ago

@hafa2012 方法就是通過設置代理 把ANDROID設備的HTTP通訊轉到 web debugging proxy中查看 從中找到IP驗證的URL

常見的debugging proxy 有fiddler2, charles web proxy, mitmproxy

oldboy2013 commented 10 years ago

@karlcheong 請問YOUKU TV客户端的問題能幫忙解決嗎?

hafa2012 commented 10 years ago

@karlcheong 谢谢指点, tudou tv版的特殊url已经用fiddler2找到(tv.api.3g.tudou.com),但光更新我自己tv box上的hosts还是不行, 是否需要你代理服务器上的filter也随之更新?

karlcheong notifications@github.com于2014年3月20日星期四写道:

@hafa2012 https://github.com/hafa2012 方法就是通過設置代理 把ANDROID設備的HTTP通訊轉到 web debugging proxy中查看 從中找到IP驗證的URL

常見的debugging proxy 有fiddler2, charles web proxy, mitmproxy

— Reply to this email directly or view it on GitHubhttps://github.com/zhuzhuor/Unblock-Youku/issues/237#issuecomment-38133581 .

y20729354 commented 10 years ago

karlcheong 又是我unblock dns用唔到...可以點搞..?

mofaalan commented 10 years ago

Ping 192.241.222.103 (使用 32 位元組的資料): 要求等候逾時。 要求等候逾時。 要求等候逾時。 要求等候逾時。

192.241.222.103 的 Ping 統計資料: 封包: 已傳送 = 4,已收到 = 0, 已遺失 = 4 (100% 遺失),

mofaalan commented 10 years ago

C:\Users\www>tracert 192.241.222.103

在上限 30 個躍點上 追蹤 karlcheong.zhuzhu.org [192.241.222.103] 的路由:

1 1 ms <1 ms 1 ms DD-WRT [192.168.1.1] 2 5 ms 5 ms 1 ms n219073119254.netvigator.com [219.73.119.254] 3 2 ms 6 ms 3 ms 10.193.230.214 4 2 ms 7 ms 6 ms wtsc3a018.netvigator.com [218.102.40.18] 5 3 ms 8 ms 5 ms tenge5-2.br02.hkg04.pccwbtn.net [63.218.253.61]

6 173 ms 176 ms 176 ms any2ix.coresite.com [206.223.143.150] 7 182 ms 182 ms 178 ms xe-4-2-0.cr1.sjc1.us.nlayer.net [69.22.142.9] 8 * 181 ms 179 ms ae1-70g.cr1.pao1.us.nlayer.net [69.22.143.166] 9 182 ms 208 ms 179 ms ae1-80g.cr1.sfo1.us.nlayer.net [69.22.143.169] 10 182 ms 178 ms 178 ms as14061.ae5-401.cr1.sfo1.us.nlayer.net [69.22.13 0.38] 11 189 ms 183 ms 184 ms 198.199.99.242 12 * * * 要求等候逾時。 13 * * * 要求等候逾時。 14 * * * 要求等候逾時。 15 * * * 要求等候逾時。 16 * * * 要求等候逾時。 17 * * * 要求等候逾時。 18 * * * 要求等候逾時。 19 * * * 要求等候逾時。 20 * * * 要求等候逾時。 21 * * * 要求等候逾時。 22 * * * 要求等候逾時。 23 * * * 要求等候逾時。 24 * * * 要求等候逾時。 25 * * * 要求等候逾時。 26 * * * 要求等候逾時。 27 * * * 要求等候逾時。 28 * * * 要求等候逾時。 29 * * * 要求等候逾時。 30 * * * 要求等候逾時。

追蹤完成。

C:\Users\www>

zhuzhuor commented 10 years ago

@mofaalan 用 ping 和 tracert 一般是没用的,因为服务器的防火墙应该是禁止了 ping

可以利用一些 dns 相关的命令行,例如

dig @192.241.222.103 v.youku.com

如果返回的数据里有类似下面的,就说明 DNS 是运行正常的

v.youku.com. 21600 IN A 192.241.222.103

Windows 下面没有 dig 的话,应该有别的类似的命令,或者可以自己装个 dig