|
发表于 2011-10-6 20:27:53
|
显示全部楼层
多谢!
社员甲 发表于 2011-10-6 18:57
去看了。不行,这个东西现在还不能用。https://telex.cc/software.html
大概操作是这样:
装了软件后,在dos里跑 telex-client NotBlocked.telex.cc
然后把浏览器的 HTTP and HTTPS proxy servers 设成 localhost port 8888
但是即使弄通了,作为实验,他们的Proxy只提供这几个网站的链接: Google, Facebook, Telex.cc, Twitter, and YouTube. 所以不能实际应用。目前只是作为科研,为其他研究者验证其原理提供基本的模型而已。
Browsing the Web via Telex
After installing or building the Telex client, run (from a Linux command prompt):
LD_LIBRARY_PATH=./req/local/lib ./telex-client NotBlocked.telex.cc
or, from a Windows command prompt:
telex-client NotBlocked.telex.cc
and configure your web browser to use HTTP and HTTPS proxy servers on localhost port 8888. The browser should then be able to connect to Blocked.telex.cc.
Our proxy currently allows access to Google, Facebook, Telex.cc, Twitter, and YouTube. If your experiments require access to other sites, please contact us.
Using Tor via Telex (added 7/20/11)
Normally, the Telex station is able to see the destination of your proxied requests (e.g., the “Blocked.com” that you request via Telex). However, it is possible to use Tor, an anonymity-providing proxy, on top of Telex. This way, the Telex station will only be able to observe that you are using Tor, not your ultimate destination.
To use Telex as an entry to Tor, first make sure you've downloaded the Telex client below. You'll also need our Tor public key file, which instructs the Telex station that you want to be connected to our Tor Bridge instead of our HTTP proxy. To use this public key, run the Telex client with the additional options shown in bold:
telex-client -k tor.pubkey -p 4444 notblocked.telex.cc
Next, download the Tor Browser Bundle client (if you don't already have the most recent version), and edit your torrc file to add the following three lines:
Bridge 127.0.0.1:4444 F580401C7A5EEDD54F2927A1C161E9642D1ADCCC
UpdateBridgesFromAuthority 0
UseBridges 1
At this point, launch the tor_browser_bundle, and a browser window should open using Tor over Telex. You can use this page to verify that you are connecting through Tor. |
|