blob: 36ab61f91c1b8d440a3461460804bd8d68714d0e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Configuration file for or
OnionRouter 1
# List of routers
RouterFile ../config/routers.or
# Private key
PrivateKeyFile moria1-private
SigningPrivateKeyFile moria1-private
CertFile moria1-cert
Nickname moria1
CoinWeight 0.01
ORPort 9001
APPort 9021
DirPort 9031
# Maximum number of connections.
MaxConn 900
|