aboutsummaryrefslogtreecommitdiff
path: root/proposals/312-relay-auto-ipv6-addr.txt
AgeCommit message (Collapse)Author
2023-10-12Wrap text proposals in backticks.Nick Mathewson
2020-07-31Mark proposals 275, 285, 311, 312, 313, and 318 as Accepted.Nick Mathewson
We've talked about these, and in some cases begun to implement them.
2020-04-28Prop 312: Clarify torrc Address optionteor
Clarify section 3.2.1. Make the Address torrc Option Support IPv6. The list of possible configurations was incorrect.
2020-02-11Prop 312: Clarify IPv6 ORPort Bindingteor
Part of 33049.
2020-02-11Prop 312: Clarify OS hostname API behaviourteor
Part of 33049.
2020-02-11Prop 311 & 312: Update monitoring based on 313teor
Keep the monitoring summaries in proposals 311 and 312 in sync with proposal 313. Part of 33159.
2020-02-10Prop 311 & 312: Remove TODOs on Prop 313 linkteor
Part of 33159.
2020-02-10Prop 312: Clarify IPv6 Directory Failuresteor
Part of 33073.
2020-02-10Prop 311 & 312: Some changes affect IPv6 statsteor
When a change increases an IPv6 statistic, mention the impact in proposals 311 and 312. Related to proposal 313, which covers IPv6 statistics. Part of 33159.
2020-02-05Prop 312: Improve Titleteor
Part of 33073.
2020-02-05Prop 312: Update IPv6 Privacy Extensionsteor
As suggested by s7r. Part of 33073.
2020-02-05Prop 312: Add s7r as an authorteor
Part of 33073.
2020-02-05Prop 312: Add State Managementteor
Document tor's current address detection state management, and our new state management for IPv4 and IPv6 address detection. As suggested by Nick Mathewson. Part of 33073.
2020-02-05Prop 312: Add libevent DNS APIteor
As suggested by Nick Mathewson. Part of 33073.
2020-02-05Prop 312: Add Ignore Addresses on Inbound Connsteor
Add an optional change. Part of 33073.
2020-02-05Prop 312: Define an IPv6 sybil blockteor
As suggested by Nick Mathewson and s7r. Part of 33073.
2020-02-05Prop 312: Require explicit authority addressesteor
Only use explicit IPv4 and IPv6 address literals, configured in Address or ORPort lines, for directory authority addresses. As suggested by Nick Mathewson. Part of 33073.
2020-02-05Prop 312: Make bridge changes clearerteor
Part of 33073.
2020-02-05Prop 312: Avoid some address detection stateteor
As suggested by Nick Mathewson. Part of 33073.
2020-02-05Prop 312: Rewrite authenticated address detectionteor
All these changes are optional in the proposal: * Add the NETINFO cell address detection method (as suggested by Nick Mathewson) * Defer decisions about ignoring some addresses, or using those addresses as the lowest priority method * Simplify the load-balancing design Part of 33073.
2020-02-05Prop 312: Improve AddressDisableIPv6teor
Explain why we might need to turn IPv6 address detection off. Part of 33073.
2020-02-05Prop 312: Use Authority IPs for the Socket Methodteor
Add an optional section, where we propose using a directory authority IPv4 and IPv6 address for socket-based local interface address detection. As suggested by Nick Mathewson. Part of 33073.
2020-02-05Prop 312: Explain address resolution using socketsteor
As suggested by Nick Mathewson. Part of 33073.
2020-02-05Prop 312: Improve interface address methodteor
Explain why some relays may not have any publicly routable interface addresses. Part of 33073.
2020-02-05Prop 312: Remove the DirPort methodteor
It's unlikely to be useful for most configurations. As suggested by Nick Mathewson. Part of 33073.
2020-02-05Prop 312: Explain how to choose addressesteor
Explain how we choose between multiple addresses, in a list, and over time. Part of 33073.
2020-02-05Prop 312: Explain why untrusted addresses are badteor
And describe a potential attack that gives a relay the wrong address, then monitors its traffic. As suggested by Nick Mathewson. Part of 33073.
2020-02-05Prop 312: Explain public IPv6 addressesteor
Since relays put the discovered IPv6 address in their descriptor, it needs to be publicly routable. (If the relay is on the public network.) As suggested by Nick Mathewson. Also fix inconsistent use of directory authority, directory server, and directory mirror. Part of 33073.
2020-02-05Prop 312: Add an early extends sectionteor
Add an optional change to support clients extending as soon as possible, after a relay restarts. Part of 33073.
2020-02-05Prop 312: Improve auto IPv6 ORPort sectionteor
Add information about binding to IPv4 and IPv6. Also do a slight reformat. Part of 33073.
2020-02-05Prop 312: Fix a headingteor
Part of 33073.
2020-02-05Prop 312: Add info on IPv6 address privacyteor
And why it shouldn't affect tor relays, at least with the default settings. As suggested by s7r. Part of 33073.
2020-02-05Prop 312: Explain default outbound address betterteor
Part of 33073.
2020-02-05Prop 312: Add an alternative IPv6 disable designteor
And explain why we didn't use the existing ORPort IPv4Only flag to disable IPv6 address resolution. Part of 33073.
2020-02-05Prop 312: Explain private address handling betterteor
Part of 33073
2020-02-05Prop 312: Reformat referencesteor
Part of 33073.
2020-02-05Prop 312: Relay Auto IPv6 Addreess - Initial Draftteor
Related tickets: 33073 (proposal), 5940 (implementation).