From 09f54d47b7b9bac7da57457f4188aeb4821b5605 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 23 Apr 2014 17:21:27 +0000 Subject: [PATCH] -new hostlist --- src/hostlist/hostlist.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/hostlist/hostlist.conf b/src/hostlist/hostlist.conf index f3474b14c..8ef5bde13 100644 --- a/src/hostlist/hostlist.conf +++ b/src/hostlist/hostlist.conf @@ -4,13 +4,13 @@ HTTPPORT = 8080 HOSTLISTFILE = $GNUNET_CONFIG_HOME/hostlist/learned.txt BINARY = gnunet-daemon-hostlist -# Options: +# Options: # -p : provide a hostlist as a hostlist servers # -b : bootstrap using configured hostlist servers -# -e : enable learning advertised hostlists -# -a : advertise hostlist to other servers +# -e : enable learning advertised hostlists +# -a : advertise hostlist to other servers OPTIONS = -b -SERVERS = http://v10.gnunet.org/hostlist +SERVERS = http://v10.gnunet.org/hostlist http://silent.0xdeadc0de.eu:8080/ # http://ioerror.gnunet.org:65535/ # bind hostlist http server to a specific IPv4 or IPv6 # BINDTOIP = @@ -23,7 +23,7 @@ SERVERS = http://v10.gnunet.org/hostlist # User password for proxy server # PROXY_PASSWORD = -# Type of proxy server, +# Type of proxy server, # Valid values: HTTP, HTTP_1_0, SOCKS4, SOCKS5, SOCKS4A, SOCKS5_HOSTNAME # Default: HTTP # PROXY_TYPE = HTTP -- 2.25.1