Access Hulu from Outside the U.S. Without a Proxy Server

看板PCSH91_305作者 (圖書館我來了)時間14年前 (2010/07/15 20:20), 編輯推噓0(008)
留言8則, 1人參與, 最新討論串1/1
http://lifehacker.com/5583515/access-hulu-from-outside-the-us-without-a-proxy-server We've featured one or two ways to watch Hulu from outside the US, but one user over at Reddit has discovered another method, no outside proxy server required. All you need is a Firefox add-on and a few blocked ports. First, download the Modify Headers add-on for Firefox. Once installed, go to Tools > Modify Headers in Firefox and add a new filter by clicking on the drop-down menu and hitting "add". In the first box, type X-Forwarded-For and in the second box, type in the IP address of any US web site. Leave the third box blank, and then save and enable the filter. Next, block TCP and UDP port 1935. To do so on Mac, all you need to do is type the following in a Terminal window: sudo ipfw add 0 deny tcp from any to any 1935 sudo ipfw add 0 deny udp from any to any 1935 Linux users can install iptables to do it through Terminal as well, with the commands: iptables -A INPUT -p tcp --dport 1935 -j DROP iptables -A INPUT -p udp --dport 1935 -j DROP Windows users should be able to follow these instructions to correctly block the ports. This method should allow access not just to Hulu, but many other US-only streaming sites. Note that this may disable Flash on other sites, so you'll only want to enable this while you're watching video on one of these sites. We Lifehacker editors are all in the US, however, so we can't verify the efficacy of this method. Thus, be sure to let us know what does and does not work for you in the comments, and we'll edit the post accordingly. Also be sure to check out the original post at Reddit and the comments over there, as they have been honing the method quite well. HULU BREAKTHROUGH!! I am watching Hulu in Canada right now! Without a proxy server. Anyone else care to test? [Reddit] Send an email to Whitson Gordon, the author of this post, -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 218.161.49.72

07/15 20:46, , 1F
shit! it works
07/15 20:46, 1F

07/15 20:48, , 2F
WTF
07/15 20:48, 2F

07/15 20:48, , 3F
把所有ip轉到port 139
07/15 20:48, 3F

07/15 20:49, , 4F
139,445 是網路芳鄰用的 Port
07/15 20:49, 4F

07/15 20:51, , 5F
幹 又不行了
07/15 20:51, 5F

07/15 21:00, , 6F
不知道位啥 廣告讀完 影片讀不出來
07/15 21:00, 6F

07/15 21:07, , 7F
block 1935
07/15 21:07, 7F

07/15 21:13, , 8F
shit 我擋掉還是只看到廣告
07/15 21:13, 8F
文章代碼(AID): #1CFlpr-- (PCSH91_305)