tell people to use the new ServerTransportListenAddr option

This commit is contained in:
Roger Dingledine 2013-01-06 16:41:30 +00:00
parent b7498afc0b
commit a98a8de078

View File

@ -123,9 +123,9 @@ Oct 05 20:00:41.000 [notice] Registered server transport 'obfs2' at '0.0.0.0:268
The last number, in this case <i>26821</i>, is the TCP port number
that you need to forward through your firewall. (This port is randomly
chosen the first time Tor starts, but Tor will cache and reuse the
same number in future runs.) If you want to change the number,
stop Tor, edit /var/lib/tor/state to change the number in the
"TransportProxy obfs2" line, and then restart Tor.
same number in future runs.) If you want to change the number, use
Tor 0.2.4.7-alpha or later, and set "ServerTransportListenAddr obfs2
0.0.0.0:26821" in your torrc.
</p>
</div>