From: Roger Dingledine Date: Tue, 21 Oct 2003 09:22:38 +0000 (+0000) Subject: remove obsolete config file X-Git-Tag: tor-0.0.2pre14~209 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80d428b2253e085382edcdb7b741329f9a0f36c0;p=thirdparty%2Ftor.git remove obsolete config file svn:r641 --- diff --git a/src/config/sample-orrc b/src/config/sample-orrc deleted file mode 100644 index 7a619710ae..0000000000 --- a/src/config/sample-orrc +++ /dev/null @@ -1,20 +0,0 @@ -# Configuration file for a typical tor node - -# The directory for keeping all the config/data for this node -DataDirectory moria4 -# A unique handle for this node -Nickname moria4 - -# Ports for various services. Comment out or set to 0 if you're not -# offering that service. -ORPort 9004 # listening for cell-speaking connections -APPort 9024 # listening for socks-speaking connections -#DirPort 0 - -# Leave this set, or we'll be treated like a client. -OnionRouter 1 - -# List of routers. Tor nodes start out knowing about the directory -# servers, and from them they get a list of currently up nodes. -RouterFile ../config/dirservers -