gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r1617 - GNUnet-docs/WWW


From: durner
Subject: [GNUnet-SVN] r1617 - GNUnet-docs/WWW
Date: Fri, 5 Aug 2005 14:18:34 -0700 (PDT)

Author: durner
Date: 2005-08-05 14:18:31 -0700 (Fri, 05 Aug 2005)
New Revision: 1617

Modified:
   GNUnet-docs/WWW/freeservice.php3
Log:
"destname" for virtual domains and "relay anywhere"

Modified: GNUnet-docs/WWW/freeservice.php3
===================================================================
--- GNUnet-docs/WWW/freeservice.php3    2005-08-05 20:49:15 UTC (rev 1616)
+++ GNUnet-docs/WWW/freeservice.php3    2005-08-05 21:18:31 UTC (rev 1617)
@@ -7,7 +7,9 @@
 H2("Introduction");
 BP();
 W("At the moment, GNUnet implements two applications: file-sharing and 
broadcast chat.");
-W("Most of the existing and well-known Internet services can transmit data 
through GNUnet and thus establish anonymous connections between publishers and 
receivers.");
+BR();
+W("Most of the existing and well-known Internet services could transmit data 
through GNUnet and thus establish anonymous connections between publishers and 
receivers.");
+BR();
 W("This concept proposes \"GNUnet FreeServices\" as an application-independent 
solution without the need to modify existing protocols and software.");
 EP();
 H3("Status of this document");
@@ -20,16 +22,21 @@
 W("Every Internet service that is to be published through GNUnet has to be 
defined in a central configuration file that is stored on the computer that 
runs gnunetd:");
 EP();
 PRE("[My homepage]<br />host=localhost<br />port=8080
-[Google]<br />host=www.google.de<br />port=80
-[My mailboxes]<br />host=localhost<br />port=25");
+[Google]<br />host=www.google.de<br />port=80<br />destname=www.google.de
+[My mailboxes]<br />host=localhost<br />port=25<br />destname=mysite.com
+[IRC]<br />host=0.0.0.0<br />port=6667");
 BP();
 W("In this example, a FreeService called \"My Homepage\" (actually a 
\"Freesite\") is defined."); W("The webserver (perhaps Apache) serving it runs 
locally on port 8080.");
 W("Because Google is known to censor search hits in certain countries, we (who 
are living in a free country) also relay anonymous traffic to them.");
-W("Finally, we accept anonymous mail destined to us."); W("Our mailserver 
(perhaps Sendmail or qmail) runs at port 25 and accepts mail for our anonymous 
domain (see below).");
+W("After that, we accept anonymous mail destined to us."); W("Our mailserver 
(perhaps Sendmail or qmail) runs at port 25 and accepts mail for our anonymous 
domain (see below).");
+W("Finally, we relay all (0.0.0.0) IRC traffic (port 6667).");
 EP();
 BP();
 W("For every FreeService, a RSA key is generated. The hash of the Public Key 
is used as an unique identifier just like a domain name (FQDN).");
 W("The private key is used to digitally sign responses to proof 
authenticity.");
+BR();
+W("The \"destname\" specification is used to rewrite our anonymous domain name 
to a official domain name.");
+W("This is important for virtual HTTP hosting (multiple domains on a single 
server) and mail over SMTP (so the mail server doesn't have to be configured to 
accept mail for our anonymous domain.).");
 EP();
 H2("Server side");
 BP();





reply via email to

[Prev in Thread] Current Thread [Next in Thread]