aboutsummaryrefslogtreecommitdiff
path: root/src/service/hostlist/hostlist.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/service/hostlist/hostlist.conf')
-rw-r--r--src/service/hostlist/hostlist.conf45
1 files changed, 45 insertions, 0 deletions
diff --git a/src/service/hostlist/hostlist.conf b/src/service/hostlist/hostlist.conf
new file mode 100644
index 000000000..306d83c78
--- /dev/null
+++ b/src/service/hostlist/hostlist.conf
@@ -0,0 +1,45 @@
1[hostlist]
2IMMEDIATE_START = YES
3NOARMBIND = YES
4BINARY = gnunet-daemon-hostlist
5
6# port for hostlist http server
7HTTPPORT = 8080
8
9# External DNS name other peers should use to access this hostlist
10# EXTERNAL_DNS_NAME =
11
12# Where do we store URLs of other hostlists we have learned?
13HOSTLISTFILE = $GNUNET_CONFIG_HOME/hostlist/learned.txt
14
15# Options:
16# -p : provide a hostlist as a hostlist servers
17# -b : bootstrap using configured hostlist servers
18# -e : enable learning advertised hostlists
19# -a : advertise hostlist to other servers
20OPTIONS = -b
21
22# Default list of hostlist servers for bootstrapping
23SERVERS = https://v21.gnunet.org/hostlist
24# http://silent.0xdeadc0de.eu:8080/
25
26# bind hostlist http server to a specific IPv4
27# BINDTOIPV4 =
28
29# bind hostlist http server to a specific IPv6
30# BINDTOIPV6 =
31
32# Hostname or IP of proxy server for downloading hostlists
33# PROXY =
34
35# User name for proxy server
36# PROXY_USERNAME =
37# User password for proxy server
38# PROXY_PASSWORD =
39
40# Type of proxy server,
41# Valid values: HTTP, HTTP_1_0, SOCKS4, SOCKS5, SOCKS4A, SOCKS5_HOSTNAME
42# Default: HTTP
43# PROXY_TYPE = HTTP
44
45