aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist
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
parentb303961f38c9b578f30248ee364ed4e5ffdcd06c (diff)
downloadgnunet-29c724d2a7764f83fe846b418d09540348b86983.tar.gz
gnunet-29c724d2a7764f83fe846b418d09540348b86983.zip
implementing #1747
Diffstat (limited to 'src/hostlist')
-rw-r--r--src/hostlist/Makefile.am5
-rw-r--r--src/hostlist/hostlist.conf14
-rw-r--r--src/hostlist/test_hostlist_defaults.conf3
3 files changed, 22 insertions, 0 deletions
diff --git a/src/hostlist/Makefile.am b/src/hostlist/Makefile.am
index 8af1d4a7f..f764f2fbe 100644
--- a/src/hostlist/Makefile.am
+++ b/src/hostlist/Makefile.am
@@ -1,5 +1,10 @@
1INCLUDES = -I$(top_srcdir)/src/include 1INCLUDES = -I$(top_srcdir)/src/include
2 2
3pkgcfgdir= $(pkgdatadir)/config.d/
4
5dist_pkgcfg_DATA = \
6 hostlist.conf
7
3if USE_COVERAGE 8if USE_COVERAGE
4 AM_CFLAGS = --coverage -O0 9 AM_CFLAGS = --coverage -O0
5endif 10endif
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
diff --git a/src/hostlist/test_hostlist_defaults.conf b/src/hostlist/test_hostlist_defaults.conf
index 473ac2a95..08c58b963 100644
--- a/src/hostlist/test_hostlist_defaults.conf
+++ b/src/hostlist/test_hostlist_defaults.conf
@@ -48,3 +48,6 @@ AUTOSTART = NO
48 48
49[dht] 49[dht]
50AUTOSTART = NO 50AUTOSTART = NO
51
52[dv]
53AUTOSTART = NO \ No newline at end of file