aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJacob Appelbaum <jacob@appelbaum.net>2011-08-19 16:05:49 +0200
committerJacob Appelbaum <jacob@appelbaum.net>2011-08-19 16:05:49 +0200
commit3fcd1051437b12f3f56bd8d7dc81f58497b9cef5 (patch)
tree0efe8e12f0b69695a0808df7f91891e1fc932ee3
parent4903ee8284c0fdaaed29d1fdaf98c76112c17907 (diff)
downloadtorouter-3fcd1051437b12f3f56bd8d7dc81f58497b9cef5.tar.gz
torouter-3fcd1051437b12f3f56bd8d7dc81f58497b9cef5.zip
make us a public bridge by default
-rw-r--r--packages/torouter-prep/configs/torrc6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/torouter-prep/configs/torrc b/packages/torouter-prep/configs/torrc
index 7a12e73..9ad3a51 100644
--- a/packages/torouter-prep/configs/torrc
+++ b/packages/torouter-prep/configs/torrc
@@ -80,7 +80,7 @@ DataDirectory /var/lib/tor
## See https://www.torproject.org/docs/tor-doc-relay for details.
### Required: what port to advertise for incoming Tor connections.
-ORPort 9001
+ORPort auto
## If you want to listen on a port other than the one advertised
## in ORPort (e.g. to advertise 443 but bind to 9090), uncomment the
## line below too. You'll need to do ipchains or other port forwarding
@@ -151,9 +151,9 @@ Nickname Torouter
## won't be able to block all the bridges. Also, websites won't treat you
## differently because they won't know you're running Tor. If you can
# be a real relay, please do; but if not, be a bridge!
-ExitPolicy reject *:*
-ExitPolicy accept *:*
+BridgeRelay 1
+ExitPolicy reject *:*
AvoidDiskWrites 1