diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2010-12-15 22:45:02 +0100 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-12-15 22:45:02 +0100 |
| commit | 2d386439d73942edf2ab74f9fb3c1d0231819170 (patch) | |
| tree | 8373bf982c5de2adc038ebed3f1ebaf8579ed7c0 /package/tor/files/torrc | |
| parent | c71aeaadd29ca8cc6503b2da51e6e5b57dca7a74 (diff) | |
optimize init script and config
Diffstat (limited to 'package/tor/files/torrc')
| -rw-r--r-- | package/tor/files/torrc | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/package/tor/files/torrc b/package/tor/files/torrc index 3a46e8933..b533ce04c 100644 --- a/package/tor/files/torrc +++ b/package/tor/files/torrc @@ -1,15 +1,7 @@ ## Configuration file for a typical tor user -## Built for Tor version 0.1.0.8-rc -## (May or may not work for older or newer versions of Tor.) # # On Unix, Tor will look for this file in someplace like "~/.tor/torrc" or # "/etc/torrc" -# -# On Windows, Tor will look for the configuration file in someplace like -# "Application Data\tor\torrc" or "Application Data\<username>\tor\torrc" -# -# With the default Mac OS X installer, Tor will look in ~/.tor/torrc or -# /Library/Tor/torrc ## Replace this with "SocksPort 0" if you plan to run Tor only as a @@ -40,7 +32,7 @@ AllowUnverifiedNodes middle,rendezvous ## Send ONLY debug messages to /var/log/tor/debug.log #Log debug-debug file /var/log/tor/debug.log ## To use the system log instead of Tor's logfiles, uncomment these lines: -#Log notice syslog +Log notice syslog ## To send all messages to stderr: #Log debug stderr @@ -131,4 +123,4 @@ RunAsDaemon 1 #ExitPolicy accept *:119 # accept nntp as well as default exit policy #ExitPolicy reject *:* # middleman only -- no exits allowed -PidFile /var/run/tor.pid +PidFile /var/run/tor/tor.pid |
