aboutsummaryrefslogtreecommitdiff
path: root/src/config/sample-server-torrc.in
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2003-11-20 18:22:09 +0000
committerRoger Dingledine <arma@torproject.org>2003-11-20 18:22:09 +0000
commitf53fe3cd7f1af9f542ba49f940def20c1f506a0f (patch)
tree1da02973bc99c1011cc9449275ef73ada388e3be /src/config/sample-server-torrc.in
parent975bb680106f58bc1fced05a932f452e661e0157 (diff)
downloadtor-f53fe3cd7f1af9f542ba49f940def20c1f506a0f.tar
tor-f53fe3cd7f1af9f542ba49f940def20c1f506a0f.tar.gz
merge torrc.in and sample-server-torrc.in
svn:r858
Diffstat (limited to 'src/config/sample-server-torrc.in')
-rw-r--r--src/config/sample-server-torrc.in26
1 files changed, 0 insertions, 26 deletions
diff --git a/src/config/sample-server-torrc.in b/src/config/sample-server-torrc.in
deleted file mode 100644
index eef8c5573..000000000
--- a/src/config/sample-server-torrc.in
+++ /dev/null
@@ -1,26 +0,0 @@
-# Configuration file for a typical tor node
-
-# The directory for keeping all the config/data for this node
-DataDirectory @LOCALSTATEDIR@/lib/tor
-# A unique handle for this node
-Nickname moria
-# The fqdn for this node
-Address moria.seul.org
-
-# Ports for various services. Comment out or set to 0 if you're not
-# offering that service.
-ORPort 9001 # listening for cell-speaking connections
-SocksPort 9050 # listening for socks-speaking connections
-#DirPort 0
-
-# 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
-
-# A comma-separated list of exit policies. They're considered in
-# order, first match wins.
-ExitPolicy reject 127.0.0.1:*,reject 18.244.0.188:25,accept *:*
-
-# Leave this set, or we'll be treated like a client.
-OnionRouter 1
-