diff options
author | Matthias Wachs <wachs@net.in.tum.de> | 2014-05-22 09:29:38 +0000 |
---|---|---|
committer | Matthias Wachs <wachs@net.in.tum.de> | 2014-05-22 09:29:38 +0000 |
commit | c3bc1d8ef6e78e543d0077a57b04ae480f1d7caf (patch) | |
tree | 1a7a29cbb1289bf51f9451ea5b33804955641bf8 | |
parent | 7fc4aba249907a094015c520cc68b07547d33747 (diff) |
disable hostlist server
-rw-r--r-- | src/hostlist/hostlist.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/hostlist/hostlist.conf b/src/hostlist/hostlist.conf index 8ef5bde13f..7c63cb61b8 100644 --- a/src/hostlist/hostlist.conf +++ b/src/hostlist/hostlist.conf @@ -10,7 +10,8 @@ BINARY = gnunet-daemon-hostlist # -e : enable learning advertised hostlists # -a : advertise hostlist to other servers OPTIONS = -b -SERVERS = http://v10.gnunet.org/hostlist http://silent.0xdeadc0de.eu:8080/ +SERVERS = http://v10.gnunet.org/hostlist +# http://silent.0xdeadc0de.eu:8080/ # http://ioerror.gnunet.org:65535/ # bind hostlist http server to a specific IPv4 or IPv6 # BINDTOIP = |