diff options
author | Roger Dingledine <arma@torproject.org> | 2003-05-28 06:22:18 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2003-05-28 06:22:18 +0000 |
commit | 8e242d9b8735d07bb34f36597e8856d864a49831 (patch) | |
tree | 9bf65fb1f526aeb8468313ad3a1d7d5151a5ec60 /src/config | |
parent | 54c57def0b0025f31da28840584332084773153e (diff) | |
download | tor-8e242d9b8735d07bb34f36597e8856d864a49831.tar.gz tor-8e242d9b8735d07bb34f36597e8856d864a49831.zip |
update config files to not use opport
svn:r300
Diffstat (limited to 'src/config')
-rw-r--r-- | src/config/moria1-orrc | 3 | ||||
-rw-r--r-- | src/config/moria2-orrc | 3 | ||||
-rw-r--r-- | src/config/moria3-orrc | 3 | ||||
-rw-r--r-- | src/config/oprc | 1 | ||||
-rw-r--r-- | src/config/routers.or | 1 |
5 files changed, 7 insertions, 4 deletions
diff --git a/src/config/moria1-orrc b/src/config/moria1-orrc index 710ac0e8e4..2f8c4cadcd 100644 --- a/src/config/moria1-orrc +++ b/src/config/moria1-orrc @@ -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 diff --git a/src/config/moria2-orrc b/src/config/moria2-orrc index 4fd9b77582..23f3c023c1 100644 --- a/src/config/moria2-orrc +++ b/src/config/moria2-orrc @@ -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 diff --git a/src/config/moria3-orrc b/src/config/moria3-orrc index 2593bf42b3..52467f0392 100644 --- a/src/config/moria3-orrc +++ b/src/config/moria3-orrc @@ -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 diff --git a/src/config/oprc b/src/config/oprc index 4a86c4d6c7..5d17d26d2d 100644 --- a/src/config/oprc +++ b/src/config/oprc @@ -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 diff --git a/src/config/routers.or b/src/config/routers.or index 614b9fb7ca..f9ecf7290b 100644 --- a/src/config/routers.or +++ b/src/config/routers.or @@ -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 |