[or-cvs] r12937: add a 'bridge relay' config section to the sample torrc (tor/trunk/src/config)

arma at seul.org arma at seul.org
Sun Dec 23 05:08:47 UTC 2007


Author: arma
Date: 2007-12-23 00:08:46 -0500 (Sun, 23 Dec 2007)
New Revision: 12937

Modified:
   tor/trunk/src/config/torrc.sample.in
Log:
add a 'bridge relay' config section to the sample torrc


Modified: tor/trunk/src/config/torrc.sample.in
===================================================================
--- tor/trunk/src/config/torrc.sample.in	2007-12-23 04:22:55 UTC (rev 12936)
+++ tor/trunk/src/config/torrc.sample.in	2007-12-23 05:08:46 UTC (rev 12937)
@@ -1,5 +1,5 @@
 ## Configuration file for a typical Tor user
-## Last updated 18 August 2007 for Tor 0.2.0.5-alpha.
+## Last updated 22 December 2007 for Tor 0.2.0.14-alpha.
 ## (May or may not work for much older or much newer versions of Tor.)
 ##
 ## Lines that begin with "## " try to explain what's going on. Lines
@@ -70,12 +70,10 @@
 #HiddenServicePort 80 127.0.0.1:80
 #HiddenServicePort 22 127.0.0.1:22
 
-################ This section is just for servers #####################
+################ This section is just for relays #####################
+#
+## See https://www.torproject.org/docs/tor-doc-relay for details.
 
-## NOTE: If you enable these, you should consider mailing the contents of
-## the "fingerprint" file to the tor-ops, so we have contact info for you
-## in case we need it. See https://www.torproject.org/docs/tor-doc-relay.
-
 ## A unique handle for your server.
 #Nickname ididnteditheconfig
 
@@ -135,4 +133,18 @@
 #ExitPolicy accept *:6660-6667,reject *:* # allow irc ports but no more
 #ExitPolicy accept *:119 # accept nntp as well as default exit policy
 #ExitPolicy reject *:* # no exits allowed
+#
+################ This section is just for bridge relays ##############
+#
+## Bridge relays (or "bridges" ) are Tor relays that aren't listed in the
+## main directory. Since there is no complete public list of them, even if an
+## ISP is filtering connections to all the known Tor relays, they probably
+## won't be able to block all the bridges. Unlike running an exit relay,
+## running a bridge relay just passes data to and from the Tor network --
+## so it shouldn't expose the operator to abuse complaints.
 
+#ORPort 443
+#BridgeRelay 1
+#RelayBandwidthRate 50KBytes
+#ExitPolicy reject *:*
+



More information about the tor-commits mailing list