we don't need a second torbutton
Roger Dingledine

Roger Dingledine commited on 2006-04-14 05:25:55
Zeige 1 geänderte Dateien mit 2 Einfügungen und 10 Löschungen.

... ...
@@ -56,14 +56,6 @@ you have RPM fu, please help out.</li>
56 56
 <a id="Usability"></a>
57 57
 <h2><a class="anchor" href="#Usability">Usability and Interface</a></h2>
58 58
 <ol>
59
-<li><a
60
-href="<page docs/tor-switchproxy>">SwitchProxy</a>
61
-is more complex than we need. It has confusing options like "anonymous"
62
-proxies that aren't really anonymous. Plus, the user needs to manually
63
-type in things like "localhost" and "8118". Should we offer our own
64
-adapted plugin that has suitable defaults for Tor pre-assigned?
65
-Also, I hear SwitchProxy is not as compatible with Firefox 1.5 -- are
66
-other plugins like ProxyButton more flexible across versions?</li>
67 59
 <li>We need a way to intercept DNS requests so they don't "leak" while
68 60
 we're trying to be anonymous. (This happens because the application does
69 61
 the DNS resolve before going to the SOCKS proxy.) One option is to use
... ...
@@ -71,8 +63,8 @@ Tor's built-in support for doing DNS resolves; but you need to ask via
71 63
 our new socks extension for that, and no applications do this yet. A
72 64
 nicer option is to use Tor's controller interface: you intercept the
73 65
 DNS resolve, tell Tor about the resolve, and Tor replies with a dummy IP
74
-address. Then the application makes a connection through Tor to that dummy
75
-IP address, and Tor automatically maps it back to the original query.</li>
66
+address. When the application makes a connection through Tor to that dummy
67
+IP address, Tor automatically maps it back to the original query.</li>
76 68
 <li>People running servers tell us they want to have one BandwidthRate
77 69
 during some part of the day, and a different BandwidthRate at other parts
78 70
 of the day. Rather than coding this inside Tor, we should have a little
79 71