commit 15f8d8d4604c8202d22c5d0f5e749d061e19ebc9 Author: teor teor2345@gmail.com Date: Tue Sep 6 14:18:20 2016 +1000
Fix typos in chutney IPv6 client templates and networks --- networks/hs-ipv6 | 2 +- torrc_templates/hs-only-v6.tmpl | 2 +- torrc_templates/hs-use-v6.tmpl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/networks/hs-ipv6 b/networks/hs-ipv6 index 88223ba..3e3984f 100644 --- a/networks/hs-ipv6 +++ b/networks/hs-ipv6 @@ -10,7 +10,7 @@ NonExitRelay6 = Node(tag="r", relay=1, torrc="relay-orport-v6-non-exit.tmpl") Client = Node(tag="c", torrc="client.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, # TestingDirAuthVoteGuard * may need to be used in small networks diff --git a/torrc_templates/hs-only-v6.tmpl b/torrc_templates/hs-only-v6.tmpl index e72da8f..d487e8c 100644 --- a/torrc_templates/hs-only-v6.tmpl +++ b/torrc_templates/hs-only-v6.tmpl @@ -1,3 +1,3 @@ -${include:hs.i} +${include:hs.tmpl} # Hidden services are just another kind of client ${include:client-only-v6.i} diff --git a/torrc_templates/hs-use-v6.tmpl b/torrc_templates/hs-use-v6.tmpl index c252854..b3ff7a7 100644 --- a/torrc_templates/hs-use-v6.tmpl +++ b/torrc_templates/hs-use-v6.tmpl @@ -1,3 +1,3 @@ -${include:hs.i} +${include:hs.tmpl} # Hidden services are just another kind of client ${include:client-use-v6.i}
tor-commits@lists.torproject.org