Browse Source

Fix typos in chutney IPv6 client templates and networks

teor 7 years ago
parent
commit
15f8d8d460
3 changed files with 3 additions and 3 deletions
  1. 1 1
      networks/hs-ipv6
  2. 1 1
      torrc_templates/hs-only-v6.tmpl
  3. 1 1
      torrc_templates/hs-use-v6.tmpl

+ 1 - 1
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

+ 1 - 1
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}

+ 1 - 1
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}