[tor-bugs] #18611 [Core Tor/Tor]: Improve semantics for pluggable transports with dummy addresses

Tor Bug Tracker & Wiki blackhole at torproject.org
Tue Jul 23 00:35:49 UTC 2019


#18611: Improve semantics for pluggable transports with dummy addresses
--------------------------------------------+------------------------------
 Reporter:  teor                            |          Owner:  (none)
     Type:  defect                          |         Status:  new
 Priority:  Medium                          |      Milestone:  Tor:
                                            |  unspecified
Component:  Core Tor/Tor                    |        Version:
 Severity:  Normal                          |     Resolution:
 Keywords:  tor-pt configuration ptv2 meek  |  Actual Points:
Parent ID:                                  |         Points:
 Reviewer:                                  |        Sponsor:
--------------------------------------------+------------------------------
Changes (by phw):

 * cc: phw (added)


Comment:

 I believe that a change to Tor's bridge line semantics is in order to fix
 this ticket. The bridge line is currently defined as:
 {{{
 Bridge [transport] IP:ORPort [fingerprint]
 }}}
 How about we change this to:
 {{{
 Bridge [transport] IP:ORPort|implicit [fingerprint]
 }}}
 If both `transport` and `implicit` is set, Tor won't pass anything to the
 PT. Here's an example for snowflake:
 {{{
 Bridge snowflake implicit 2B280B23E1107BB62ABFC40DDCC8824814F80A72
 }}}
 Alternatives to the keyword `implicit` are `auto` or `dynamic`.

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/18611#comment:9>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list