RECLAIM/OIDC: code cleanup
[oweals/gnunet.git] / src / hostlist / hostlist.conf
index 7c63cb61b8c024d3897f906ec3362b211f8caa11..6b7a6aac7e100b06b2803f703bf4d869bd225fdf 100644 (file)
@@ -1,8 +1,16 @@
 [hostlist]
+IMMEDIATE_START = YES
+NOARMBIND = YES
+BINARY = gnunet-daemon-hostlist
+
 # port for hostlist http server
 HTTPPORT = 8080
+
+# 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
-BINARY = gnunet-daemon-hostlist
 
 # Options:
 # -p : provide a hostlist as a hostlist servers
@@ -10,11 +18,16 @@ BINARY = gnunet-daemon-hostlist
 # -e : enable learning advertised hostlists
 # -a : advertise hostlist to other servers
 OPTIONS = -b
-SERVERS = http://v10.gnunet.org/hostlist 
+
+# Default list of hostlist servers for bootstrapping
+SERVERS = http://v11.gnunet.org/hostlist https://gnunet.io/hostlist
 # http://silent.0xdeadc0de.eu:8080/
-# http://ioerror.gnunet.org:65535/
-# bind hostlist http server to a specific IPv4 or IPv6
-# BINDTOIP =
+
+# 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 =
@@ -28,3 +41,5 @@ SERVERS = http://v10.gnunet.org/hostlist
 # Valid values: HTTP, HTTP_1_0, SOCKS4, SOCKS5, SOCKS4A, SOCKS5_HOSTNAME
 # Default: HTTP
 # PROXY_TYPE = HTTP
+
+