From: Roger Dingledine Date: Mon, 27 Oct 2003 10:09:09 +0000 (+0000) Subject: remove obsolete config file X-Git-Tag: tor-0.0.2pre14~169 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=aee3769cf38d9efa6edaed677c569bf0b5567a72;p=thirdparty%2Ftor.git remove obsolete config file svn:r681 --- diff --git a/src/config/oprc b/src/config/oprc deleted file mode 100644 index ce86f32adf..0000000000 --- a/src/config/oprc +++ /dev/null @@ -1,12 +0,0 @@ -# Configuration file for a typical tor client -# (listen for applications only) - -# 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 - -# Ports for various services. Comment out if you're not running that -# service. -#ORPort 9001 -APPort 9050 -