diff options
Diffstat (limited to 'src/hostlist/hostlist.conf')
-rw-r--r-- | src/hostlist/hostlist.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/hostlist/hostlist.conf b/src/hostlist/hostlist.conf index f7c1be3..7d79720 100644 --- a/src/hostlist/hostlist.conf +++ b/src/hostlist/hostlist.conf @@ -3,11 +3,10 @@ HTTPPORT = 8080 HOME = $SERVICEHOME HOSTLISTFILE = $SERVICEHOME/hostlist/learned.data -CONFIG = $DEFAULTCONFIG BINARY = gnunet-daemon-hostlist # consider having "-e" as default as well once implemented OPTIONS = -b -SERVERS = http://v9.gnunet.org/hostlist http://ioerror.gnunet.org:65535/ +SERVERS = http://gnunet.org/hostlist http://ioerror.gnunet.org:65535/ # proxy for downloading hostlists HTTP-PROXY = # bind hostlist http server to a specific IPv4 or IPv6 |