mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
update config files to not use opport
svn:r300
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
# Configuration file for or
|
||||
|
||||
OnionRouter 1
|
||||
|
||||
# List of routers
|
||||
RouterFile ../config/routers.or
|
||||
|
||||
@@ -10,7 +12,6 @@ SigningPrivateKeyFile moria1-private
|
||||
CoinWeight 0.01
|
||||
|
||||
ORPort 9001
|
||||
OPPort 9011
|
||||
APPort 9021
|
||||
DirPort 9031
|
||||
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
# Configuration file for or
|
||||
|
||||
OnionRouter 1
|
||||
|
||||
# List of routers
|
||||
RouterFile ../config/routers.or
|
||||
|
||||
@@ -10,7 +12,6 @@ SigningPrivateKeyFile moria2-private
|
||||
CoinWeight 0.01
|
||||
|
||||
ORPort 9002
|
||||
OPPort 9012
|
||||
APPort 9022
|
||||
DirPort 9032
|
||||
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
# Configuration file for or
|
||||
|
||||
OnionRouter 1
|
||||
|
||||
# List of routers
|
||||
RouterFile ../config/routers.or
|
||||
|
||||
@@ -10,7 +12,6 @@ SigningPrivateKeyFile moria3-private
|
||||
CoinWeight 0.01
|
||||
|
||||
ORPort 9003
|
||||
OPPort 9013
|
||||
APPort 9023
|
||||
DirPort 9033
|
||||
|
||||
|
||||
@@ -16,7 +16,6 @@ CoinWeight 0.01
|
||||
# Ports for various services. Comment out if you're not running that
|
||||
# service.
|
||||
#ORPort 9001
|
||||
#OPPort 9011
|
||||
APPort 9050
|
||||
|
||||
# Maximum number of sockets (of any sort) this node can have open
|
||||
|
||||
@@ -19,6 +19,7 @@ MIGJAoGBAMBBuk1sYxEg5jLAJy86U3GGJ7EGMSV7yoA6mmcsEVU3pwTUrpbpCmwS
|
||||
7BvovoY3z4zk63NZVBErgKQUDkn3pp8n83xZgEf4GI27gdWIIwaBjEimuJlEY+7K
|
||||
nZ7kVMRoiXCbjL6VAtNa4Zy1Af/GOm0iCIDpholeujQ95xew7rQnAgMA//8=
|
||||
-----END RSA PUBLIC KEY-----
|
||||
accept *:*
|
||||
|
||||
# Router 2
|
||||
router moria.mit.edu 9002 9012 9022 9032 1000000
|
||||
|
||||
Reference in New Issue
Block a user