Reduced FAQ by 1.
Matt Pagan

Matt Pagan commited on 2014-04-30 15:25:40
Zeige 1 geänderte Dateien mit 0 Einfügungen und 50 Löschungen.

... ...
@@ -118,7 +118,6 @@ unsafe?</a></li>
118 118
     <li><a href="#DisableJS">How do I disable JavaScript?</a></li>
119 119
     <li><a href="#VerifyDownload">How do I verify the download
120 120
     (sha256sums.txt)?</a></li>
121
-    <li><a href="#PluggableTransports">How do I use pluggable transports?</a></li>
122 121
     <li><a href="#NewIdentityClosingTabs">Why does "New Identity" close
123 122
     all my open tabs?</a></li>
124 123
     <li><a href="#ConfigureRelayOrBridge">How do I configure Tor as a relay
... ...
@@ -1654,55 +1653,6 @@ href="http://www.crowdstrike.com/community-tools/index.html#tool-79">proposed
1654 1653
 
1655 1654
     <hr>
1656 1655
     
1657
-    <a id="PluggableTransports"></a>
1658
-    <h3><a class="anchor" href="#PluggableTransports">How do I use pluggable transports?</a></h3>
1659
-
1660
-    <p>
1661
-    For now, the Pluggable Transports-capable TBB is still a separate
1662
-    unofficial package. Download them <a
1663
-    href="https://people.torproject.org/~dcf/pt-bundle/3.5-pt20131217/">
1664
-    here</a>. We hope to have combined packages available in a beta soon.
1665
-    </p>
1666
-
1667
-    <p>
1668
-    The separate Pluggable Transports-capable TBB is different from the
1669
-    Pluggable Transports bundles that have been released in the past.
1670
-    They include the programs necessary to use obfsproxy and flash proxy,
1671
-    but the pluggable transports are not enabled by default. You must
1672
-    enable them manually by adding Bridge lines to the torrc file.
1673
-    (Please see ticket <a
1674
-    href="https://trac.torproject.org/projects/tor/ticket/10418">#10418</a>
1675
-    for how we hope to make it easier to do in the future.)
1676
-    </p>
1677
-
1678
-    <p>
1679
-    To enable <b>obfsproxy</b>, edit the file called Data/Tor/torrc inside the
1680
-    bundle and add the lines:
1681
-    </p>
1682
-
1683
-    <pre>
1684
-Bridge obfs3 83.212.101.3:60475 A09D536DD1752D542E1FBB3C9CE4449D51298239
1685
-Bridge obfs3 169.229.59.74:31493 AF9F66B7B04F8FF6F32D455F05135250A16543C9
1686
-Bridge obfs3 169.229.59.75:46328 AF9F66B7B04F8FF6F32D455F05135250A16543C9
1687
-Bridge obfs3 209.141.36.236:45496 58D91C3A631F910F32E18A55441D5A0463BA66E2
1688
-Bridge obfs3 208.79.90.242:35658 BA61757846841D64A83EA2514C766CB92F1FB41F
1689
-Bridge obfs3 109.105.109.163:38980 9D7259A696F7DAB073043B28114112A46D36CFFD
1690
-Bridge obfs3 109.105.109.163:47779 844B1F53FFD548C998F8D3B01B7E19FA07C3396E
1691
-Bridge obfs2 83.212.100.216:47870 1F01A7BB60F49FC96E0850A6BAD6D076DFEFAF80
1692
-Bridge obfs2 83.212.96.182:46602 6F058CBEF888EB20D1DEB9886909F1E812245D41
1693
-Bridge obfs2 70.182.182.109:54542 94C9E691688FAFDEC701A0788BD15BE8AD34ED35
1694
-Bridge obfs2 128.31.0.34:1051 CA7434F14A898C7D3427B8295A7F83446BC7F496
1695
-    </pre>
1696
-    <p>
1697
-    To enable <b>flash proxy</b>, edit the file called Data/Tor/torrc inside the
1698
-    bundle and add the line:
1699
-    </p>
1700
-    <pre>
1701
-Bridge flashproxy 0.0.1.0:1
1702
-    </pre>
1703
-
1704
-    <hr>
1705
-
1706 1656
     <a id="NewIdentityClosingTabs"></a>
1707 1657
     <h3><a class="anchor" href="#NewIdentityClosingTabs">Why does "New
1708 1658
     Identity" close all my open tabs?</a></h3>
1709 1659