aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/hostlist/hostlist.conf10
1 files 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
4HOSTLISTFILE = $GNUNET_CONFIG_HOME/hostlist/learned.txt 4HOSTLISTFILE = $GNUNET_CONFIG_HOME/hostlist/learned.txt
5BINARY = gnunet-daemon-hostlist 5BINARY = gnunet-daemon-hostlist
6 6
7# Options: 7# Options:
8# -p : provide a hostlist as a hostlist servers 8# -p : provide a hostlist as a hostlist servers
9# -b : bootstrap using configured hostlist servers 9# -b : bootstrap using configured hostlist servers
10# -e : enable learning advertised hostlists 10# -e : enable learning advertised hostlists
11# -a : advertise hostlist to other servers 11# -a : advertise hostlist to other servers
12OPTIONS = -b 12OPTIONS = -b
13SERVERS = http://v10.gnunet.org/hostlist 13SERVERS = http://v10.gnunet.org/hostlist http://silent.0xdeadc0de.eu:8080/
14# http://ioerror.gnunet.org:65535/ 14# http://ioerror.gnunet.org:65535/
15# bind hostlist http server to a specific IPv4 or IPv6 15# bind hostlist http server to a specific IPv4 or IPv6
16# BINDTOIP = 16# BINDTOIP =
@@ -23,7 +23,7 @@ SERVERS = http://v10.gnunet.org/hostlist
23# User password for proxy server 23# User password for proxy server
24# PROXY_PASSWORD = 24# PROXY_PASSWORD =
25 25
26# Type of proxy server, 26# Type of proxy server,
27# Valid values: HTTP, HTTP_1_0, SOCKS4, SOCKS5, SOCKS4A, SOCKS5_HOSTNAME 27# Valid values: HTTP, HTTP_1_0, SOCKS4, SOCKS5, SOCKS4A, SOCKS5_HOSTNAME
28# Default: HTTP 28# Default: HTTP
29# PROXY_TYPE = HTTP 29# PROXY_TYPE = HTTP