[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[vidalia-svn] r2345: Add a table to the relay config help text listing the ports (in vidalia/trunk: . src/vidalia/help/content/en)
Author: edmanm
Date: 2008-02-11 21:50:51 -0500 (Mon, 11 Feb 2008)
New Revision: 2345
Modified:
vidalia/trunk/
vidalia/trunk/src/vidalia/help/content/en/server.html
Log:
r114@lysithea: edmanm | 2008-02-11 21:50:33 -0500
Add a table to the relay config help text listing the ports represented by
each exit policy checkbox. Initially from djhasis, cleaned up and reworded a
little.
Property changes on: vidalia/trunk
___________________________________________________________________
svk:merge ticket from /local/vidalia/trunk [r114] on 90112fd6-a33b-4cea-8d39-48ff1d78625c
Modified: vidalia/trunk/src/vidalia/help/content/en/server.html
===================================================================
--- vidalia/trunk/src/vidalia/help/content/en/server.html 2008-02-12 02:50:40 UTC (rev 2344)
+++ vidalia/trunk/src/vidalia/help/content/en/server.html 2008-02-12 02:50:51 UTC (rev 2345)
@@ -4,6 +4,7 @@
Vidalia is distributed under the following license:
Copyright (C) 2006-2007, Matt Edman, Justin Hipple
+ Copyright (C) 2008, Matt Edman
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
@@ -136,7 +137,53 @@
is checked, Tor users will be able to access other services not
covered by the other checkboxes or Tor's default exit policy.
</p>
+
<p>
+For completeness, the following table lists the specific port numbers
+represented by each of the exit policy checkboxes. The <b>Description</b>
+column describes the resources Tor clients will be allowed to access through
+your relay, if the associated box is checked.
+</p>
+
+<table border="1">
+<tr>
+ <td><b>Checkbox</b></td>
+ <td><b>Ports</b></td>
+ <td><b>Description</b></td>
+</tr>
+<tr>
+ <td>Websites</td>
+ <td valign="middle">80</td>
+ <td>Normal, unencrypted Web browsing</td>
+</tr>
+<tr>
+ <td>Secure Websites (SSL)</td>
+ <td valign="middle">443</td>
+ <td>Encrypted Web browsing</td>
+</tr>
+<tr>
+ <td>Retrieve Mail (POP, IMAP)</td>
+ <td valign="middle">110, 143, 993, 995</td>
+ <td>Downloading email (does not permit sending email)</td>
+</tr>
+<tr>
+ <td>Instant Messaging (IM)</td>
+ <td valign="middle">703, 1863, 5050, 5190, 5222, 5223, 8300, 8888</td>
+ <td>Instant messaging applications like MSN Messenger, AIM, ICQ, and Jabber</td>
+</tr>
+<tr>
+ <td>Internet Relay Chat (IRC)</td>
+ <td valign="middle">6660-6669, 6697</td>
+ <td>IRC clients and servers</td>
+</tr>
+<tr>
+ <td>Misc. Other Services</td>
+ <td valign="middle">*</td>
+ <td>All other applications that aren't covered by the previous checkboxes</td>
+</tr>
+</table>
+
+<p>
If you do not want to let other Tor users make connections outside the Tor
network from your relay, you can uncheck all of the checkboxes. Even if you
uncheck all of the checkboxes, your relay is still useful to the Tor network.