|
@@ -8,7 +8,7 @@ Bridge = Node(tag="br", bridge=1, relay=1, torrc="bridge.tmpl")
|
|
|
BridgeIPv6 = Node(tag="br", bridge=1, relay=1, ipv6_addr="[::1]", torrc="bridge-v6.tmpl")
|
|
|
BridgeClient = Node(tag="bc", torrc="bridgeclient.tmpl")
|
|
|
|
|
|
-NODES = Authority.getN(3) + BridgeAuthority.getN(1) + Relay.getN(5) + \
|
|
|
+NODES = Authority.getN(3) + BridgeAuthority.getN(1) + Relay.getN(8) + \
|
|
|
Bridge.getN(1) + BridgeIPv6.getN(1) + \
|
|
|
Client.getN(2) + BridgeClient.getN(1)
|
|
|
|