commit 5d61d1664bbe0d5710c3fd1f032748ee63686a88 Author: David Fifield david@bamsoftware.com Date: Wed Jun 24 13:54:28 2015 -0700
Actually relays need DirPort if you treat them as a bridge.
At least until #12538 is done. --- examples/dummy-client/dummy-client.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/examples/dummy-client/dummy-client.go b/examples/dummy-client/dummy-client.go index 64f1ec1..cbb2d38 100644 --- a/examples/dummy-client/dummy-client.go +++ b/examples/dummy-client/dummy-client.go @@ -5,9 +5,9 @@ // Bridge dummy X.X.X.X:YYYY // ClientTransportPlugin dummy exec dummy-client // -// Because this transport doesn't do anything to the traffic, you can use any -// ordinary relay's ORPort in the Bridge line; it doesn't have to declare -// support for the dummy transport. +// Because this transport doesn't do anything to the traffic, you can use the +// ORPort of any ordinary bridge (or relay that has DirPort set) in the bridge +// line; it doesn't have to declare support for the dummy transport. package main
import (
tor-commits@lists.torproject.org