Tor Project: Bridges
Tor Project: Bridges
HOME » DOCUMENTATION » BRIDGES
Tor: Bridges
Documentation Overview
Bridge relays (or "bridges" for short) are Tor relays that aren't listed in the main Tor directory. Since there is no
Installation Guides
complete public list of them, even if your ISP is filtering connections to all the known Tor relays, they probably won't
Manuals be able to block all the bridges. If you suspect your access to the Tor network is being blocked, you may want to
use the bridge feature of Tor.
Configuring a Relay
The addition of bridges to Tor is a step forward in the blocking resistance race. It is perfectly possible that even if
Configuring a Hidden Service your ISP filters the Internet, you do not require a bridge to use Tor. Many filtering programs look for unencrypted
Tor directory requests to recognize that you're using Tor, but Tor version 0.2.0.23-rc and later use encrypted
Configuring a Bridge Relay
directory queries by default. This change means that most filtering programs are now unable to recognize Tor
connections. So you should try to use Tor without bridges first, since it might work.
Configuring a Mirror
Tor -alpha Manual Note that it's also possible that Tor is non-functional for other reasons. The latest version of The Tor Browser
Bundle on Windows tries to give you better hints about why Tor is having problems connecting. You should also
Configuring Tor to use a read the FAQ about problems with running Tor properly when you have issues. If you feel that the issue is clearly
Proxy Server blocking, or you'd simply like to try because you're unsure or feeling adventurous, please read on. Ensure that
you're using the latest 0.2.1.x or 0.2.2.x bundle for your platform.
Tor Wiki
To use a bridge, you'll need to locate one. Furthermore, you'll need to configure Tor with whatever bridge address
General FAQ
you intend to use. You'll do this with Vidalia, the Tor controller. If your Internet connection requires the use of a
proxy, you'll probably need to configure Vidalia to do so first. If you don't think you need to configure a proxy for
Torbutton FAQ
your Internet connection, you probably don't. Give it a try and if you have issues, ask us for help.
Abuse FAQ
Freedom House has produced a video on how to get and use Tor bridges. If you don't see a video below, view it at
Trademark FAQ Youtube: Freedom4Internet Know of a better video, or one translated into your language? Let us know!
Tor Legal FAQ
Tor DMCA Response At the moment, you can get a bridge by visiting https://bridges.torproject.org/ with your web browser. If this page is
filtered for you, and you don't have any other proxies or ways to reach it, there are other ways to find bridges too.
Understanding the components of a bridge line isn't strictly required but may prove useful. You can skip this section
if you'd like.
The first element is the IP address: '141.201.27.48'
The second element is the port: '443'
The third element, the fingerprint, is optional: '4352e58420e68f5e40bf7c74faddccd9d1349413'
To use the example bridge address above, go to Vidalia's Network settings page, and click "My ISP blocks
connections to the Tor network". Add each bridge address one at a time in the Vidalia Network settings page, by
pasting it into the "Add a Bridge" window and then clicking the "+" sign. Adding a bridge is pictured below:
1 de 3 04/03/11 01:56
Tor Project: Bridges https://www.torproject.org/docs/bridges.html.en#U...
"Tor" and the "Onion Logo" are
registered trademarks of The Tor
Project, Inc. Content on this site is
licensed under a Creative
Commons Attribution 3.0 United
States License, unless otherwise
noted.
About Tor Get Involved
What Tor Does Donate
Users of Tor Mailing List
Core Tor People Mirrors
Sponsors Hidden Services
Contact Us Translations
Careers
Documentation
Manuals
Installation Guides
Tor Wiki
General Tor FAQ You'll want to add as many bridge addresses as you know about, since additional bridges will increase reliability.
One bridge should be enough to reach the Tor network, but if you only have one bridge and it goes down, you will
be cut off from the Tor network.
Another way to find public bridge addresses is to send mail to [email protected] with the line "get bridges" by
itself in the body of the mail. You'll need to send this request from a gmail account, though — otherwise we make it
too easy for an attacker to make a lot of email addresses and learn about all the bridges. Almost instantly, you'll
receive a reply that includes:
Once you've received the email with bridge information, you can continue the Vidalia configuration steps outlined
above.
If you want to help out and you can't run a normal Tor relay, you should run a bridge relay. You can configure it
either way:
manually edit your torrc file to be just these four lines:
SocksPort 0
ORPort 443
BridgeRelay 1
Exitpolicy reject *:*
or using Vidalia:
2 de 3 04/03/11 01:56
Tor Project: Bridges https://www.torproject.org/docs/bridges.html.en#U...
If you get "Could not bind to 0.0.0.0:443: Permission denied" errors on startup, you'll need to pick a higher ORPort
(e.g. 8080) or do some complex port forwarding.
When configured as a bridge, your server will not appear in the public Tor network.
Your bridge relay will automatically publish its address to the bridge authority, which will give it out via https or email
as above. You can also tell a user about your bridge directly: if you're using Vidalia, you can copy-and-paste the
bridge address from the Settings window. If you're on Linux or BSD, you can construct the bridge address manually
using the format above (you can find the fingerprint in your Tor log files or in /var/lib/tor/fingerprint
depending on your platform).
If you would like to learn more about our bridge design from a technical standpoint, please read the Tor bridges
specification. If you're interested in running an unpublished bridge or other non-standard uses, please do read the
specification.
3 de 3 04/03/11 01:56