]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
an rc file for an onion proxy
authorRoger Dingledine <arma@torproject.org>
Wed, 4 Sep 2002 06:46:09 +0000 (06:46 +0000)
committerRoger Dingledine <arma@torproject.org>
Wed, 4 Sep 2002 06:46:09 +0000 (06:46 +0000)
svn:r97

src/config/oprc [new file with mode: 0644]

diff --git a/src/config/oprc b/src/config/oprc
new file mode 100644 (file)
index 0000000..a913420
--- /dev/null
@@ -0,0 +1,22 @@
+# Configuration file for or
+
+# List of routers
+RouterFile ../config/routers.or
+
+# Private key
+#PrivateKeyFile moria1-private
+
+CoinWeight 0.01
+
+#ORPort 9001
+#OPPort 9011
+APPort 9050
+
+# Maximum number of connections.
+MaxConn 100
+
+Role 8
+# Which traffic shaping policy to use.
+# 
+#TrafficShaping 1
+