2005-07-19 23:16:31 +02:00
|
|
|
## Configuration file for a typical Tor user
|
2007-12-23 06:08:46 +01:00
|
|
|
## Last updated 22 December 2007 for Tor 0.2.0.14-alpha.
|
2007-08-19 02:59:04 +02:00
|
|
|
## (May or may not work for much older or much newer versions of Tor.)
|
2006-01-03 01:45:12 +01:00
|
|
|
##
|
|
|
|
## Lines that begin with "## " try to explain what's going on. Lines
|
|
|
|
## that begin with just "#" are disabled commands: you can enable them
|
|
|
|
## by removing the "#" symbol.
|
|
|
|
##
|
2007-12-07 00:56:36 +01:00
|
|
|
## See the man page, or https://www.torproject.org/tor-manual-dev.html,
|
2007-12-07 00:42:59 +01:00
|
|
|
## for more options you can use in this file.
|
2006-01-03 01:45:12 +01:00
|
|
|
##
|
2007-08-19 02:59:04 +02:00
|
|
|
## Tor will look for this file in various places based on your platform:
|
|
|
|
## http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#torrc
|
2005-03-27 03:11:45 +02:00
|
|
|
|
2003-10-15 09:19:38 +02:00
|
|
|
|
2005-01-22 07:51:31 +01:00
|
|
|
## Replace this with "SocksPort 0" if you plan to run Tor only as a
|
|
|
|
## server, and not make any local application connections yourself.
|
2005-03-27 13:27:16 +02:00
|
|
|
SocksPort 9050 # what port to open for local application connections
|
2005-10-17 05:23:05 +02:00
|
|
|
SocksListenAddress 127.0.0.1 # accept connections only from localhost
|
2006-08-01 06:08:15 +02:00
|
|
|
#SocksListenAddress 192.168.0.1:9100 # listen on this IP:port also
|
2004-06-02 22:36:39 +02:00
|
|
|
|
2004-11-12 05:00:07 +01:00
|
|
|
## Entry policies to allow/deny SOCKS requests based on IP address.
|
|
|
|
## First entry that matches wins. If no SocksPolicy is set, we accept
|
2005-10-17 05:23:05 +02:00
|
|
|
## all (and only) requests from SocksListenAddress.
|
2006-02-09 06:18:03 +01:00
|
|
|
#SocksPolicy accept 192.168.0.0/16
|
2004-08-06 12:11:57 +02:00
|
|
|
#SocksPolicy reject *
|
2004-06-02 22:36:39 +02:00
|
|
|
|
2004-12-07 07:38:41 +01:00
|
|
|
## Logs go to stdout at level "notice" unless redirected by something
|
2005-07-23 07:14:33 +02:00
|
|
|
## else, like one of the below lines. You can have as many Log lines as
|
2005-01-02 07:34:58 +01:00
|
|
|
## you want.
|
|
|
|
##
|
2006-01-05 11:37:22 +01:00
|
|
|
## We advise using "notice" in most cases, since anything more verbose
|
|
|
|
## may provide sensitive information to an attacker who obtains the logs.
|
|
|
|
##
|
2005-01-28 06:40:41 +01:00
|
|
|
## Send all messages of level 'notice' or higher to @LOCALSTATEDIR@/log/tor/notices.log
|
|
|
|
#Log notice file @LOCALSTATEDIR@/log/tor/notices.log
|
2005-07-23 07:14:33 +02:00
|
|
|
## Send every possible message to @LOCALSTATEDIR@/log/tor/debug.log
|
|
|
|
#Log debug file @LOCALSTATEDIR@/log/tor/debug.log
|
|
|
|
## Use the system log instead of Tor's logfiles
|
2004-11-05 22:22:38 +01:00
|
|
|
#Log notice syslog
|
2004-11-12 05:00:07 +01:00
|
|
|
## To send all messages to stderr:
|
2004-12-07 07:38:41 +01:00
|
|
|
#Log debug stderr
|
2004-06-02 22:36:39 +02:00
|
|
|
|
2004-11-12 05:00:07 +01:00
|
|
|
## Uncomment this to start the process in the background... or use
|
2005-06-26 10:59:01 +02:00
|
|
|
## --runasdaemon 1 on the command line. This is ignored on Windows;
|
|
|
|
## see the FAQ entry if you want Tor to run as an NT service.
|
2004-06-02 22:36:39 +02:00
|
|
|
#RunAsDaemon 1
|
2003-11-20 19:22:09 +01:00
|
|
|
|
2004-11-12 05:00:07 +01:00
|
|
|
## The directory for keeping all the keys/etc. By default, we store
|
|
|
|
## things in $HOME/.tor on Unix, and in Application Data\tor on Windows.
|
2004-11-04 16:34:04 +01:00
|
|
|
#DataDirectory @LOCALSTATEDIR@/lib/tor
|
|
|
|
|
2006-01-17 02:09:58 +01:00
|
|
|
## The port on which Tor will listen for local connections from Tor
|
|
|
|
## controller applications, as documented in control-spec.txt.
|
2005-03-19 21:50:03 +01:00
|
|
|
#ControlPort 9051
|
|
|
|
|
2004-11-27 09:18:22 +01:00
|
|
|
############### This section is just for location-hidden services ###
|
|
|
|
|
2006-08-01 06:08:15 +02:00
|
|
|
## Once you have configured a hidden service, you can look at the
|
|
|
|
## contents of the file ".../hidden_service/hostname" for the address
|
|
|
|
## to tell people.
|
|
|
|
##
|
|
|
|
## HiddenServicePort x y:z says to redirect requests on port x to the
|
|
|
|
## address y:z.
|
2004-11-27 09:18:22 +01:00
|
|
|
|
|
|
|
#HiddenServiceDir @LOCALSTATEDIR@/lib/tor/hidden_service/
|
|
|
|
#HiddenServicePort 80 127.0.0.1:80
|
|
|
|
|
|
|
|
#HiddenServiceDir @LOCALSTATEDIR@/lib/tor/other_hidden_service/
|
|
|
|
#HiddenServicePort 80 127.0.0.1:80
|
|
|
|
#HiddenServicePort 22 127.0.0.1:22
|
|
|
|
|
2007-12-23 06:08:46 +01:00
|
|
|
################ This section is just for relays #####################
|
|
|
|
#
|
|
|
|
## See https://www.torproject.org/docs/tor-doc-relay for details.
|
2004-11-12 05:00:07 +01:00
|
|
|
|
2007-08-19 02:59:04 +02:00
|
|
|
## A unique handle for your server.
|
2004-11-12 05:00:07 +01:00
|
|
|
#Nickname ididnteditheconfig
|
|
|
|
|
2006-08-01 06:08:15 +02:00
|
|
|
## The IP or FQDN for your server. Leave commented out and Tor will guess.
|
2004-11-12 05:00:07 +01:00
|
|
|
#Address noname.example.com
|
2004-03-07 11:18:15 +01:00
|
|
|
|
2007-06-12 10:19:02 +02:00
|
|
|
## Define these to limit the bandwidth usage of relayed (server)
|
|
|
|
## traffic. Your own traffic is still unthrottled.
|
|
|
|
## Note that RelayBandwidthRate must be at least 20 KB.
|
2007-08-19 02:59:04 +02:00
|
|
|
#RelayBandwidthRate 100 KBytes # Throttle traffic to 100KB/s (800Kbps)
|
|
|
|
#RelayBandwidthBurst 200 KBytes # But allow bursts up to 200KB/s (1600Kbps)
|
2006-08-01 06:08:15 +02:00
|
|
|
|
|
|
|
## Contact info to be published in the directory, so we can contact you
|
|
|
|
## if your server is misconfigured or something else goes wrong.
|
2005-03-21 08:40:25 +01:00
|
|
|
#ContactInfo Random Person <nobody AT example dot com>
|
2005-01-02 00:58:16 +01:00
|
|
|
## You might also include your PGP or GPG fingerprint if you have one:
|
2005-03-21 08:40:25 +01:00
|
|
|
#ContactInfo 1234D/FFFFFFFF Random Person <nobody AT example dot com>
|
2003-11-20 19:22:09 +01:00
|
|
|
|
2006-08-01 06:08:15 +02:00
|
|
|
## Required: what port to advertise for Tor connections.
|
2004-12-16 22:36:08 +01:00
|
|
|
#ORPort 9001
|
2007-08-19 02:59:04 +02:00
|
|
|
## If you need to listen on a port other than the one advertised
|
2006-08-01 06:08:15 +02:00
|
|
|
## 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
|
2005-01-19 07:06:04 +01:00
|
|
|
## yourself to make this work.
|
2005-10-17 05:23:05 +02:00
|
|
|
#ORListenAddress 0.0.0.0:9090
|
2004-06-02 22:36:39 +02:00
|
|
|
|
2007-08-19 02:59:04 +02:00
|
|
|
## Uncomment this to mirror directory information for others. Please do
|
|
|
|
## if you have enough bandwidth.
|
2004-11-05 12:55:35 +01:00
|
|
|
#DirPort 9030 # what port to advertise for directory connections
|
2007-08-19 02:59:04 +02:00
|
|
|
## If you need to listen on a port other than the one advertised
|
2006-08-01 06:08:15 +02:00
|
|
|
## in DirPort (e.g. to advertise 80 but bind to 9091), uncomment the line
|
|
|
|
## below too. You'll need to do ipchains or other port forwarding yourself
|
2005-01-19 07:06:04 +01:00
|
|
|
## to make this work.
|
2005-10-17 05:23:05 +02:00
|
|
|
#DirListenAddress 0.0.0.0:9091
|
2008-12-07 02:34:45 +01:00
|
|
|
## Uncomment to return an arbitrary blob of html on your DirPort. Now you
|
|
|
|
## can explain what Tor is if anybody wonders why your IP address is
|
|
|
|
## contacting them.
|
2008-12-07 02:21:19 +01:00
|
|
|
#DirPortFrontPage /etc/tor/exit-notice.html
|
|
|
|
|
2005-09-23 22:53:42 +02:00
|
|
|
## Uncomment this if you run more than one Tor server, and add the
|
|
|
|
## nickname of each Tor server you control, even if they're on different
|
2006-08-01 06:08:15 +02:00
|
|
|
## networks. You declare it here so Tor clients can avoid using more than
|
2007-08-19 02:59:04 +02:00
|
|
|
## one of your servers in a single circuit. See
|
|
|
|
## http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#MultipleServers
|
2005-09-23 22:53:42 +02:00
|
|
|
#MyFamily nickname1,nickname2,...
|
|
|
|
|
2004-08-06 12:11:57 +02:00
|
|
|
## A comma-separated list of exit policies. They're considered first
|
2006-02-09 06:18:03 +01:00
|
|
|
## to last, and the first match wins. If you want to _replace_
|
2004-02-18 08:23:38 +01:00
|
|
|
## the default exit policy, end this with either a reject *:* or an
|
2006-02-09 06:18:03 +01:00
|
|
|
## accept *:*. Otherwise, you're _augmenting_ (prepending to) the
|
2005-04-04 20:56:15 +02:00
|
|
|
## default exit policy. Leave commented to just use the default, which is
|
2007-12-07 00:56:36 +01:00
|
|
|
## available in the man page or at https://www.torproject.org/documentation.html
|
2005-04-04 20:56:15 +02:00
|
|
|
##
|
2007-12-07 00:56:36 +01:00
|
|
|
## Look at https://www.torproject.org/faq-abuse.html#TypicalAbuses
|
2005-04-04 20:56:15 +02:00
|
|
|
## for issues you might encounter if you use the default exit policy.
|
|
|
|
##
|
2005-06-09 12:42:25 +02:00
|
|
|
## If certain IPs and ports are blocked externally, e.g. by your firewall,
|
|
|
|
## you should update your exit policy to reflect this -- otherwise Tor
|
|
|
|
## users will be told that those destinations are down.
|
|
|
|
##
|
2005-01-19 18:26:40 +01:00
|
|
|
#ExitPolicy accept *:6660-6667,reject *:* # allow irc ports but no more
|
|
|
|
#ExitPolicy accept *:119 # accept nntp as well as default exit policy
|
2006-06-29 15:10:08 +02:00
|
|
|
#ExitPolicy reject *:* # no exits allowed
|
2007-12-23 06:08:46 +01:00
|
|
|
#
|
|
|
|
################ 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 *:*
|
2005-04-04 20:56:15 +02:00
|
|
|
|