|
@@ -10,7 +10,7 @@ NonExitRelay6 = Node(tag="r", relay=1,
|
|
torrc="relay-orport-v6-non-exit.tmpl")
|
|
torrc="relay-orport-v6-non-exit.tmpl")
|
|
Client = Node(tag="c", torrc="client.tmpl")
|
|
Client = Node(tag="c", torrc="client.tmpl")
|
|
Client6 = Node(tag="c", torrc="client-only-v6.tmpl")
|
|
Client6 = Node(tag="c", torrc="client-only-v6.tmpl")
|
|
-HS6 = Node(tag="h", hs=1, torrc="hs.tmpl")
|
|
+HS6 = Node(tag="h", hs=1, torrc="hs-only-v6.tmpl")
|
|
|
|
|
|
# Since only 25% of relays get the guard flag,
|
|
# Since only 25% of relays get the guard flag,
|
|
# TestingDirAuthVoteGuard * may need to be used in small networks
|
|
# TestingDirAuthVoteGuard * may need to be used in small networks
|