commit e7c39beb6be3e5bfebfe8c7827c7bd2af02dd143 Author: Nick Mathewson nickm@torproject.org Date: Wed Jun 17 15:08:52 2020 -0400
restore client-only-v6.tmpl --- torrc_templates/client-only-v6.i | 6 ++++++ torrc_templates/client-only-v6.tmpl | 2 ++ 2 files changed, 8 insertions(+)
diff --git a/torrc_templates/client-only-v6.i b/torrc_templates/client-only-v6.i new file mode 100644 index 0000000..985f237 --- /dev/null +++ b/torrc_templates/client-only-v6.i @@ -0,0 +1,6 @@ +# A client that only uses IPv6 ORPorts +${include:client-only-v6-md.i} + +# Due to Tor bug #19608, microdescriptors can't be used by IPv6-only clients +# running tor 0.2.9 and earlier +UseMicrodescriptors 0 diff --git a/torrc_templates/client-only-v6.tmpl b/torrc_templates/client-only-v6.tmpl new file mode 100644 index 0000000..79bd74b --- /dev/null +++ b/torrc_templates/client-only-v6.tmpl @@ -0,0 +1,2 @@ +${include:client.tmpl} +${include:client-only-v6.i}
tor-commits@lists.torproject.org