mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
6170d3fcf1
Rewrite service_intro_point_new() to take a node_t. Since node_get_link_specifier_smartlist() supports IPv6 link specifiers, this refactor adds IPv6 addresses to onion service descriptors. Part of 23576, implements 26992.
8 lines
371 B
Plaintext
8 lines
371 B
Plaintext
o Minor features (IPv6, v3 onion services):
|
|
- Make v3 onion services put IPv6 addresses in service
|
|
descriptors. Before this change, service descriptors only
|
|
contained IPv4 addressesd. Implements 26992.
|
|
o Code simplification and refactoring:
|
|
- Simplify v3 onion service link specifier handling code.
|
|
Fixes bug 23576; bugfix on 0.3.2.1-alpha.
|