Browse Source

Mark all ipv6 networks as requiring ipv6.

Nick Mathewson 4 years ago
parent
commit
79105ffac0

+ 1 - 0
networks/bridges+ipv6

@@ -1,3 +1,4 @@
+Require("IPV6")
 # By default, Authorities are not configured as exits
 Authority = Node(tag="a", authority=1, relay=1, torrc="authority.tmpl")
 ExitRelay = Node(tag="r", relay=1, exit=1, torrc="relay.tmpl")

+ 1 - 0
networks/bridges+ipv6+hs

@@ -1,3 +1,4 @@
+Require("IPV6")
 # By default, Authorities are not configured as exits
 Authority = Node(tag="a", authority=1, relay=1, torrc="authority.tmpl")
 ExitRelay = Node(tag="r", relay=1, exit=1, torrc="relay.tmpl")

+ 1 - 0
networks/bridges+ipv6+hs-v2

@@ -1,3 +1,4 @@
+Require("IPV6")
 # By default, Authorities are not configured as exits
 Authority = Node(tag="a", authority=1, relay=1, torrc="authority.tmpl")
 ExitRelay = Node(tag="r", relay=1, exit=1, torrc="relay.tmpl")

+ 1 - 0
networks/bridges+ipv6+hs-v23

@@ -1,3 +1,4 @@
+Require("IPV6")
 # By default, Authorities are not configured as exits
 Authority = Node(tag="a", authority=1, relay=1, torrc="authority.tmpl")
 ExitRelay = Node(tag="r", relay=1, exit=1, torrc="relay.tmpl")

+ 1 - 0
networks/bridges+ipv6-min

@@ -1,3 +1,4 @@
+Require("IPV6")
 # By default, Authorities are not configured as exits
 Authority = Node(tag="a", authority=1, relay=1, torrc="authority.tmpl")
 ExitRelay = Node(tag="r", relay=1, exit=1, torrc="relay.tmpl")

+ 1 - 0
networks/client-ipv6-only

@@ -1,3 +1,4 @@
+Require("IPV6")
 import os
 # By default, Authorities are not configured as exits
 Authority6 = Node(tag="a", authority=1, relay=1,

+ 1 - 0
networks/client-ipv6-only-md

@@ -1,3 +1,4 @@
+Require("IPV6")
 import os
 # By default, Authorities are not configured as exits
 Authority6 = Node(tag="a", authority=1, relay=1,

+ 1 - 0
networks/hs-client-ipv6

@@ -1,3 +1,4 @@
+Require("IPV6")
 import os
 # By default, Authorities are not configured as exits
 Authority6 = Node(tag="a", authority=1, relay=1,

+ 1 - 0
networks/hs-client-ipv6-md

@@ -1,3 +1,4 @@
+Require("IPV6")
 import os
 # By default, Authorities are not configured as exits
 Authority6 = Node(tag="a", authority=1, relay=1,

+ 1 - 0
networks/hs-ipv6

@@ -1,3 +1,4 @@
+Require("IPV6")
 import os
 # By default, Authorities are not configured as exits
 Authority6 = Node(tag="a", authority=1, relay=1,

+ 1 - 0
networks/hs-ipv6-md

@@ -1,3 +1,4 @@
+Require("IPV6")
 import os
 # By default, Authorities are not configured as exits
 Authority6 = Node(tag="a", authority=1, relay=1,

+ 1 - 0
networks/hs-v23-ipv6

@@ -1,3 +1,4 @@
+Require("IPV6")
 import os
 # By default, Authorities are not configured as exits
 Authority6 = Node(tag="a", authority=1, relay=1,

+ 1 - 0
networks/hs-v23-ipv6-md

@@ -1,3 +1,4 @@
+Require("IPV6")
 import os
 # By default, Authorities are not configured as exits
 Authority6 = Node(tag="a", authority=1, relay=1,

+ 1 - 0
networks/hs-v3-ipv6

@@ -1,3 +1,4 @@
+Require("IPV6")
 import os
 # By default, Authorities are not configured as exits
 Authority6 = Node(tag="a", authority=1, relay=1,

+ 1 - 0
networks/hs-v3-ipv6-md

@@ -1,3 +1,4 @@
+Require("IPV6")
 import os
 # By default, Authorities are not configured as exits
 Authority6 = Node(tag="a", authority=1, relay=1,

+ 1 - 0
networks/ipv6-exit-min

@@ -1,3 +1,4 @@
+Require("IPV6")
 # By default, Authorities are not configured as exits
 Authority = Node(tag="a", authority=1, relay=1, torrc="authority.tmpl")
 IPv6ExitRelay = Node(tag="r", relay=1, exit=1, torrc="relay-exit-v6-only.tmpl")

+ 1 - 0
networks/single-onion-client-ipv6

@@ -1,3 +1,4 @@
+Require("IPV6")
 import os
 # By default, Authorities are not configured as exits
 Authority6 = Node(tag="a", authority=1, relay=1,

+ 1 - 0
networks/single-onion-client-ipv6-md

@@ -1,3 +1,4 @@
+Require("IPV6")
 import os
 # By default, Authorities are not configured as exits
 Authority6 = Node(tag="a", authority=1, relay=1,

+ 1 - 0
networks/single-onion-ipv6

@@ -1,3 +1,4 @@
+Require("IPV6")
 import os
 # By default, Authorities are not configured as exits
 Authority6 = Node(tag="a", authority=1, relay=1,

+ 1 - 0
networks/single-onion-ipv6-md

@@ -1,3 +1,4 @@
+Require("IPV6")
 import os
 # By default, Authorities are not configured as exits
 Authority6 = Node(tag="a", authority=1, relay=1,

+ 1 - 0
networks/single-onion-v23-ipv6

@@ -1,3 +1,4 @@
+Require("IPV6")
 import os
 # By default, Authorities are not configured as exits
 Authority6 = Node(tag="a", authority=1, relay=1,

+ 1 - 0
networks/single-onion-v23-ipv6-md

@@ -1,3 +1,4 @@
+Require("IPV6")
 import os
 # By default, Authorities are not configured as exits
 Authority6 = Node(tag="a", authority=1, relay=1,

+ 1 - 0
networks/single-onion-v3-ipv6

@@ -1,3 +1,4 @@
+Require("IPV6")
 import os
 # By default, Authorities are not configured as exits
 Authority6 = Node(tag="a", authority=1, relay=1,

+ 1 - 0
networks/single-onion-v3-ipv6-md

@@ -1,3 +1,4 @@
+Require("IPV6")
 import os
 # By default, Authorities are not configured as exits
 Authority6 = Node(tag="a", authority=1, relay=1,