commit b6a75a8a1433eceadeb9bb47cc24851adf26a15b Author: teor teor@torproject.org Date: Wed Jan 29 22:38:42 2020 +1000
Prop 311: Add IPv6 ORPort to Extend Conditions
As suggested by Nick Mathewson.
Part of 24404. --- proposals/311-relay-ipv6-reachability.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/proposals/311-relay-ipv6-reachability.txt b/proposals/311-relay-ipv6-reachability.txt index ba7a151..8bb71f4 100644 --- a/proposals/311-relay-ipv6-reachability.txt +++ b/proposals/311-relay-ipv6-reachability.txt @@ -1,6 +1,6 @@ Filename: 311-relay-ipv6-reachability.txt Title: Tor Relay IPv6 Reachability -Author: teor +Author: teor, Nick Mathewson Created: 22-January-2020 Status: Draft Ticket: #24404 @@ -111,7 +111,8 @@ Ticket: #24404
3.2.1. Making IPv6 ORPort Extend Connections
- Relays can make a new connection over IPv6 when: + Relays may make a new connection over IPv6 when: + * they are configured with an IPv6 ORPort, * there is no existing authenticated connection to the requested relay, and * the extend cell contains an IPv6 ORPort.
tor-commits@lists.torproject.org