diff options
-rw-r--r-- | src/config/oprc | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/config/oprc b/src/config/oprc new file mode 100644 index 0000000000..a913420465 --- /dev/null +++ b/src/config/oprc @@ -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 + |