[chutney/master] Mark all ipv6 networks as requiring ipv6.

commit 79105ffac06e96b53dd7d9c2cbbb8d947f008059 Author: Nick Mathewson <nickm@torproject.org> Date: Thu May 9 13:11:45 2019 -0400 Mark all ipv6 networks as requiring ipv6. --- networks/bridges+ipv6 | 1 + networks/bridges+ipv6+hs | 1 + networks/bridges+ipv6+hs-v2 | 1 + networks/bridges+ipv6+hs-v23 | 1 + networks/bridges+ipv6-min | 1 + networks/client-ipv6-only | 1 + networks/client-ipv6-only-md | 1 + networks/hs-client-ipv6 | 1 + networks/hs-client-ipv6-md | 1 + networks/hs-ipv6 | 1 + networks/hs-ipv6-md | 1 + networks/hs-v23-ipv6 | 1 + networks/hs-v23-ipv6-md | 1 + networks/hs-v3-ipv6 | 1 + networks/hs-v3-ipv6-md | 1 + networks/ipv6-exit-min | 1 + networks/single-onion-client-ipv6 | 1 + networks/single-onion-client-ipv6-md | 1 + networks/single-onion-ipv6 | 1 + networks/single-onion-ipv6-md | 1 + networks/single-onion-v23-ipv6 | 1 + networks/single-onion-v23-ipv6-md | 1 + networks/single-onion-v3-ipv6 | 1 + networks/single-onion-v3-ipv6-md | 1 + 24 files changed, 24 insertions(+) diff --git a/networks/bridges+ipv6 b/networks/bridges+ipv6 index 4638c82..bda054b 100644 --- a/networks/bridges+ipv6 +++ b/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") diff --git a/networks/bridges+ipv6+hs b/networks/bridges+ipv6+hs index 16bc6ed..bf25fb0 100644 --- a/networks/bridges+ipv6+hs +++ b/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") diff --git a/networks/bridges+ipv6+hs-v2 b/networks/bridges+ipv6+hs-v2 index 5b62b7c..29f3e6f 100644 --- a/networks/bridges+ipv6+hs-v2 +++ b/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") diff --git a/networks/bridges+ipv6+hs-v23 b/networks/bridges+ipv6+hs-v23 index 3147085..977e93a 100644 --- a/networks/bridges+ipv6+hs-v23 +++ b/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") diff --git a/networks/bridges+ipv6-min b/networks/bridges+ipv6-min index 5c4d05f..34c2063 100644 --- a/networks/bridges+ipv6-min +++ b/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") diff --git a/networks/client-ipv6-only b/networks/client-ipv6-only index 59d5a63..305a4a5 100644 --- a/networks/client-ipv6-only +++ b/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, diff --git a/networks/client-ipv6-only-md b/networks/client-ipv6-only-md index 32f713e..77b5bbe 100644 --- a/networks/client-ipv6-only-md +++ b/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, diff --git a/networks/hs-client-ipv6 b/networks/hs-client-ipv6 index 89c1920..a89a04c 100644 --- a/networks/hs-client-ipv6 +++ b/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, diff --git a/networks/hs-client-ipv6-md b/networks/hs-client-ipv6-md index c93c354..fb18e70 100644 --- a/networks/hs-client-ipv6-md +++ b/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, diff --git a/networks/hs-ipv6 b/networks/hs-ipv6 index 33edcf9..815de7d 100644 --- a/networks/hs-ipv6 +++ b/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, diff --git a/networks/hs-ipv6-md b/networks/hs-ipv6-md index c64080f..82d3f48 100644 --- a/networks/hs-ipv6-md +++ b/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, diff --git a/networks/hs-v23-ipv6 b/networks/hs-v23-ipv6 index 1154031..1d96ee9 100644 --- a/networks/hs-v23-ipv6 +++ b/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, diff --git a/networks/hs-v23-ipv6-md b/networks/hs-v23-ipv6-md index 7349c4a..fb7161b 100644 --- a/networks/hs-v23-ipv6-md +++ b/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, diff --git a/networks/hs-v3-ipv6 b/networks/hs-v3-ipv6 index f262de3..0ea857b 100644 --- a/networks/hs-v3-ipv6 +++ b/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, diff --git a/networks/hs-v3-ipv6-md b/networks/hs-v3-ipv6-md index e83f351..b02822e 100644 --- a/networks/hs-v3-ipv6-md +++ b/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, diff --git a/networks/ipv6-exit-min b/networks/ipv6-exit-min index 410373e..df54574 100644 --- a/networks/ipv6-exit-min +++ b/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") diff --git a/networks/single-onion-client-ipv6 b/networks/single-onion-client-ipv6 index a9bcaa8..177974c 100644 --- a/networks/single-onion-client-ipv6 +++ b/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, diff --git a/networks/single-onion-client-ipv6-md b/networks/single-onion-client-ipv6-md index cdd64ec..387567a 100644 --- a/networks/single-onion-client-ipv6-md +++ b/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, diff --git a/networks/single-onion-ipv6 b/networks/single-onion-ipv6 index 9535940..98f780c 100644 --- a/networks/single-onion-ipv6 +++ b/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, diff --git a/networks/single-onion-ipv6-md b/networks/single-onion-ipv6-md index 7464e4b..c71a6ab 100644 --- a/networks/single-onion-ipv6-md +++ b/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, diff --git a/networks/single-onion-v23-ipv6 b/networks/single-onion-v23-ipv6 index aeef809..84be7e1 100644 --- a/networks/single-onion-v23-ipv6 +++ b/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, diff --git a/networks/single-onion-v23-ipv6-md b/networks/single-onion-v23-ipv6-md index 4450a66..bb76ed8 100644 --- a/networks/single-onion-v23-ipv6-md +++ b/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, diff --git a/networks/single-onion-v3-ipv6 b/networks/single-onion-v3-ipv6 index c5210a4..b91f48f 100644 --- a/networks/single-onion-v3-ipv6 +++ b/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, diff --git a/networks/single-onion-v3-ipv6-md b/networks/single-onion-v3-ipv6-md index fc166cd..faa1527 100644 --- a/networks/single-onion-v3-ipv6-md +++ b/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,
participants (1)
-
teor@torproject.org