gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r886 - GNUnet/contrib


From: durner
Subject: [GNUnet-SVN] r886 - GNUnet/contrib
Date: Wed, 8 Jun 2005 10:39:02 -0700 (PDT)

Author: durner
Date: 2005-06-08 10:38:59 -0700 (Wed, 08 Jun 2005)
New Revision: 886

Modified:
   GNUnet/contrib/config-daemon.in
Log:
no proxy by default

Modified: GNUnet/contrib/config-daemon.in
===================================================================
--- GNUnet/contrib/config-daemon.in     2005-06-08 16:39:58 UTC (rev 885)
+++ GNUnet/contrib/config-daemon.in     2005-06-08 17:38:59 UTC (rev 886)
@@ -155,7 +155,7 @@
     
   config HTTP-PROXY
   string "HTTP Proxy Server"
-  default "localhost"
+  default ""
   depends on Meta::ADVANCED
   help
                If you have to use a proxy for outbound HTTP connections,
@@ -164,7 +164,7 @@
   config HTTP-PROXY-PORT
   int "HTTP Proxy Port"
   range 1 65535
-  default "1080"
+  default ""
   depends on Meta::ADVANCED
   help
                If you have to use a proxy for outbound HTTP connections,
@@ -623,7 +623,7 @@
 
        menu "Anonymous file sharing" "FS"
 
-               config DISKQUOTA
+               config QUOTA
                int "MB of diskspace GNUnet can use for anonymous file sharing"
                default 1024
     help





reply via email to

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