aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist/hostlist.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-11-03 13:19:52 +0000
committerChristian Grothoff <christian@grothoff.org>2011-11-03 13:19:52 +0000
commit29c724d2a7764f83fe846b418d09540348b86983 (patch)
treedafaff8e37ba51355b22b6f38d856ae49e145006 /src/hostlist/hostlist.conf
parentb303961f38c9b578f30248ee364ed4e5ffdcd06c (diff)
downloadgnunet-29c724d2a7764f83fe846b418d09540348b86983.tar.gz
gnunet-29c724d2a7764f83fe846b418d09540348b86983.zip
implementing #1747
Diffstat (limited to 'src/hostlist/hostlist.conf')
-rw-r--r--src/hostlist/hostlist.conf14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/hostlist/hostlist.conf b/src/hostlist/hostlist.conf
new file mode 100644
index 000000000..3f8c14227
--- /dev/null
+++ b/src/hostlist/hostlist.conf
@@ -0,0 +1,14 @@
1[hostlist]
2# port for hostlist http server
3HTTPPORT = 8080
4HOME = $SERVICEHOME
5HOSTLISTFILE = $SERVICEHOME/hostlist/learned.data
6CONFIG = $DEFAULTCONFIG
7BINARY = gnunet-daemon-hostlist
8# consider having "-e" as default as well once implemented
9OPTIONS = -b
10SERVERS = http://v9.gnunet.org:58080/
11# proxy for downloading hostlists
12HTTP-PROXY =
13
14