fix out-of-tree build of GNUnet
[oweals/gnunet.git] / src / hostlist / hostlist.conf
index 40e7c7f7e36692cc927cf22ac3feb15f5167d469..77cd29e73b89fa539d886b175cc24de7b8c6086c 100644 (file)
@@ -1,14 +1,43 @@
 [hostlist]
+FORCESTART = YES
+NOARMBIND = YES
+BINARY = gnunet-daemon-hostlist
+
 # port for hostlist http server
 HTTPPORT = 8080
-HOSTLISTFILE = $SERVICEHOME/hostlist/learned.data
-BINARY = gnunet-daemon-hostlist
-# consider having "-e" as default as well once implemented
+
+# External DNS name other peers should use to access this hostlist
+# EXTERNAL_DNS_NAME =
+
+# Where do we store URLs of other hostlists we have learned?
+HOSTLISTFILE = $GNUNET_CONFIG_HOME/hostlist/learned.txt
+
+# 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
 OPTIONS = -b
-SERVERS = http://v10.gnunet.org/hostlist
-# http://ioerror.gnunet.org:65535/
-# proxy for downloading hostlists
-HTTP-PROXY = 
-# bind hostlist http server to a specific IPv4 or IPv6
-# BINDTOIP =
 
+# Default list of hostlist servers for bootstrapping
+SERVERS = http://v10.gnunet.org/hostlist https://gnunet.io/hostlist
+# http://silent.0xdeadc0de.eu:8080/
+
+# bind hostlist http server to a specific IPv4
+# BINDTOIPV4 =
+
+# bind hostlist http server to a specific IPv6
+# BINDTOIPV6 =
+
+# Hostname or IP of proxy server for downloading hostlists
+# PROXY =
+
+# User name for proxy server
+# PROXY_USERNAME =
+# User password for proxy server
+# PROXY_PASSWORD =
+
+# Type of proxy server,
+# Valid values: HTTP, HTTP_1_0, SOCKS4, SOCKS5, SOCKS4A, SOCKS5_HOSTNAME
+# Default: HTTP
+# PROXY_TYPE = HTTP