Skip to content

WIP: addr: Attempt to learn our address with ORPort

David Goulet requested to merge dgoulet/tor:ticket33236_045_01 into master

If no Address statement are found in the configuration file, attempt to learn our address by looking at the ORPort address if any. Specifying an address is optional so if we can't find one, it is fine, we move on to the next discovery mechanism.

Note that specifying a hostname on the ORPort is not yet supported at this commit.

Closes #33236 (closed)

Signed-off-by: David Goulet dgoulet@torproject.org

Merge request reports