[Whonix-devel] #16895 [Tor]: allow Tor to parse bridge information copied and pasted verbatim from bridges.torproject.org
Tor Bug Tracker & Wiki
blackhole at torproject.org
Tue Aug 25 16:41:50 CEST 2015
#16895: allow Tor to parse bridge information copied and pasted verbatim from
bridges.torproject.org
-------------------------+---------------------
Reporter: proper | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone:
Component: Tor | Version:
Keywords: | Actual Points:
Parent ID: | Points:
-------------------------+---------------------
Currently bridges.torproject.org returns replies for copy and paste in the
following form.
{{{
obfs4 ip:port fingerprint
}}}
This is easy for copied into tor-launcher. But one who wanted to copy this
into its {{{/etc/tor/torrc}}} would have to modify it to.
{{{
Bridge obfs4 ip:port fingerprint
}}}
This is a usability issue. Therefore, could you make for example
{{{/etc/tor/torrc}}} config option {{{obfs4}}} a shortcut to {{{Bridge
obfs4}}} etc.?
Ideally, pluggable transports once they plugged into Tor using
{{{ClientTransportPlugin}}} would be responsible for running the code for
setting up these shortcuts themselves so you don't have to maintain a
static/outdated list of shortcuts within the Tor core.
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/16895>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the Whonix-devel
mailing list