aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist/hostlist.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/hostlist/hostlist.conf')
-rw-r--r--src/hostlist/hostlist.conf21
1 files changed, 16 insertions, 5 deletions
diff --git a/src/hostlist/hostlist.conf b/src/hostlist/hostlist.conf
index 7c63cb61b..90468f84a 100644
--- a/src/hostlist/hostlist.conf
+++ b/src/hostlist/hostlist.conf
@@ -1,8 +1,14 @@
1[hostlist] 1[hostlist]
2BINARY = gnunet-daemon-hostlist
3
2# port for hostlist http server 4# port for hostlist http server
3HTTPPORT = 8080 5HTTPPORT = 8080
6
7# External DNS name other peers should use to access this hostlist
8# EXTERNAL_DNS_NAME =
9
10# Where do we store URLs of other hostlists we have learned?
4HOSTLISTFILE = $GNUNET_CONFIG_HOME/hostlist/learned.txt 11HOSTLISTFILE = $GNUNET_CONFIG_HOME/hostlist/learned.txt
5BINARY = gnunet-daemon-hostlist
6 12
7# Options: 13# Options:
8# -p : provide a hostlist as a hostlist servers 14# -p : provide a hostlist as a hostlist servers
@@ -10,11 +16,16 @@ BINARY = gnunet-daemon-hostlist
10# -e : enable learning advertised hostlists 16# -e : enable learning advertised hostlists
11# -a : advertise hostlist to other servers 17# -a : advertise hostlist to other servers
12OPTIONS = -b 18OPTIONS = -b
13SERVERS = http://v10.gnunet.org/hostlist 19
20# Default list of hostlist servers for bootstrapping
21SERVERS = http://v10.gnunet.org/hostlist
14# http://silent.0xdeadc0de.eu:8080/ 22# http://silent.0xdeadc0de.eu:8080/
15# http://ioerror.gnunet.org:65535/ 23
16# bind hostlist http server to a specific IPv4 or IPv6 24# bind hostlist http server to a specific IPv4
17# BINDTOIP = 25# BINDTOIPV4 =
26
27# bind hostlist http server to a specific IPv6
28# BINDTOIPV6 =
18 29
19# Hostname or IP of proxy server for downloading hostlists 30# Hostname or IP of proxy server for downloading hostlists
20# PROXY = 31# PROXY =