Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 97141 | Differences between
and this patch

Collapse All | Expand All

(-)torrc.sample.in (+10 lines)
Lines 14-19 Link Here
14
# With the default Mac OS X installer, Tor will look in ~/.tor/torrc or
14
# With the default Mac OS X installer, Tor will look in ~/.tor/torrc or
15
# /Library/Tor/torrc
15
# /Library/Tor/torrc
16
16
17
## Default username and group the server will run as
18
User tor
19
Group tor
17
20
18
## Replace this with "SocksPort 0" if you plan to run Tor only as a
21
## Replace this with "SocksPort 0" if you plan to run Tor only as a
19
## server, and not make any local application connections yourself.
22
## server, and not make any local application connections yourself.
Lines 46-51 Link Here
46
#Log notice syslog
49
#Log notice syslog
47
## To send all messages to stderr:
50
## To send all messages to stderr:
48
#Log debug stderr
51
#Log debug stderr
52
Log notice file /var/log/tor/tor.log
49
53
50
## Uncomment this to start the process in the background... or use
54
## Uncomment this to start the process in the background... or use
51
## --runasdaemon 1 on the command line.
55
## --runasdaemon 1 on the command line.
Lines 63-68 Link Here
63
## The directory for keeping all the keys/etc. By default, we store
67
## The directory for keeping all the keys/etc. By default, we store
64
## things in $HOME/.tor on Unix, and in Application Data\tor on Windows.
68
## things in $HOME/.tor on Unix, and in Application Data\tor on Windows.
65
#DataDirectory @LOCALSTATEDIR@/lib/tor
69
#DataDirectory @LOCALSTATEDIR@/lib/tor
70
DataDirectory /var/lib/tor/data
66
71
67
## The port on which Tor will listen for local connections from Tor controller
72
## The port on which Tor will listen for local connections from Tor controller
68
## applications, as documented in control-spec.txt.  NB: this feature is
73
## applications, as documented in control-spec.txt.  NB: this feature is
Lines 138-140 Link Here
138
#ExitPolicy accept *:119 # accept nntp as well as default exit policy
143
#ExitPolicy accept *:119 # accept nntp as well as default exit policy
139
#ExitPolicy reject *:* # middleman only -- no exits allowed
144
#ExitPolicy reject *:* # middleman only -- no exits allowed
140
145
146
##Banwidth policies, see 
147
##http://wiki.noreply.org/wiki/TheOnionRouter/TorFAQ for more info
148
#BandwidthRate 25 kb
149
#BandwidthBurst 50 mb
150

Return to bug 97141