From 84c8ceea103a8564762f7fb53528e8b268fea7d9 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Mon, 27 Oct 2003 10:09:09 +0000 Subject: [PATCH] remove obsolete config file svn:r681 --- trunk/src/config/oprc | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 trunk/src/config/oprc diff --git a/trunk/src/config/oprc b/trunk/src/config/oprc deleted file mode 100644 index ce86f32adf..0000000000 --- a/trunk/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 -