diff options
author | Nick Mathewson <nickm@torproject.org> | 2004-11-04 15:34:04 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2004-11-04 15:34:04 +0000 |
commit | 831c988ea1b5104a31ef9cad295bf8a56b10b2e8 (patch) | |
tree | a12bab402a79c61f5edb1b2549bb9736e97c8e50 /src | |
parent | 69e5e8d0adc7d841c1b5c2d24f2c8228563cc66f (diff) | |
download | tor-831c988ea1b5104a31ef9cad295bf8a56b10b2e8.tar tor-831c988ea1b5104a31ef9cad295bf8a56b10b2e8.tar.gz |
fix problems introduced by rpm spec patch.
svn:r2675
Diffstat (limited to 'src')
-rw-r--r-- | src/config/torrc.sample.in | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/config/torrc.sample.in b/src/config/torrc.sample.in index 596b72d84..b7b4f95c3 100644 --- a/src/config/torrc.sample.in +++ b/src/config/torrc.sample.in @@ -45,16 +45,18 @@ DirServer 18.244.0.188:9031 FFCB 46DB 1339 DA84 674C 70D7 CB58 6434 C437 0441 DirServer 18.244.0.114:80 719B E45D E224 B607 C537 07D0 E214 3E2D 423E 74CF DirServer 62.116.124.106:9030 847B 1F85 0344 D787 6491 A548 92F9 0493 4E4E B85D +# The directory for keeping all the keys/etc for this server. By +# default, we store things in $HOME/.tor on Unix, and in Application +# Data\tor on Windows. +#DataDirectory @LOCALSTATEDIR@/lib/tor + ##################### Below is just for servers ##################### ## NOTE: If you enable these, you should consider mailing your ## identity key fingerprint to the tor-ops, so we can verify ## your configuration. See the README for details. -## The directory for keeping all the keys/etc for this server -DataDirectory @LOCALSTATEDIR@/lib/tor - -#Nickname ididntedithtconfig # A unique handle for this server +#Nickname ididnteditheconfig # A unique handle for this server #Address noname.example.com # The IP or fqdn for this server #ContactInfo 1234D/FFFFFFFF Random Person <nobody@example.com> |