[or-cvs] rename torrc to torrc.sample

Roger Dingledine arma at seul.org
Tue Mar 30 00:01:06 UTC 2004


Update of /home/or/cvsroot/src/config
In directory moria.mit.edu:/home2/arma/work/onion/cvs/src/config

Modified Files:
	Makefile.am 
Added Files:
	torrc.sample.in 
Removed Files:
	torrc.in 
Log Message:
rename torrc to torrc.sample
now by default no torrc will be installed, so we'll just
use the built-in defaults (we already do this on windows)


--- NEW FILE: torrc.sample.in ---
# Configuration file for a typical tor user

# List of routers. Tor nodes start out knowing about the directory
# servers, and from them they get a list of currently up nodes.
RouterFile @CONFDIR@/dirservers

# Comment out if you don't want to allow applications to connect.
SocksPort 9050
SocksBindAddress 127.0.0.1 # accept connections only from localhost

##################### Below is just for servers #####################

## NOTE: If you enable these, you won't be able to use tor as a client
## or server until you've been added to the directory and can
## authenticate to the other nodes. See the README for details.

## The directory for keeping all the keys/etc for this server
#DataDirectory @LOCALSTATEDIR@/lib/tor

#Nickname moria # A unique handle for this server
#Address moria.seul.org # The fqdn for this server

#ORPort 9001 # where to listen for tor connections
#ORBindAddress 0.0.0.0 # accept connections from anywhere

## A comma-separated list of exit policies. If you want to *replace*
## the default exit policy, end this with either a reject *:* or an
## accept *:*. Otherwise, you're *augmenting* (prepending to) the
## default exit policy. Leave commented to just use the default.
#ExitPolicy accept 18.244.0.188:25,accept 18.244.0.114:25
#ExitPolicy reject *:*


Index: Makefile.am
===================================================================
RCS file: /home/or/cvsroot/src/config/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Makefile.am	2 Dec 2003 22:43:23 -0000	1.3
+++ Makefile.am	30 Mar 2004 00:01:03 -0000	1.4
@@ -2,4 +2,4 @@
 
 EXTRA_DIST = dirservers
 
-conf_DATA = dirservers torrc
+conf_DATA = dirservers torrc.sample

--- torrc.in DELETED ---



More information about the tor-commits mailing list