using proxy settings
[oweals/gnunet.git] / src / hostlist / hostlist.conf
1 [hostlist]
2 # port for hostlist http server
3 HTTPPORT = 8080
4 HOSTLISTFILE = $GNUNET_CONFIG_HOME/hostlist/learned.txt
5 BINARY = gnunet-daemon-hostlist
6
7 # Options: 
8 # -p : provide a hostlist as a hostlist servers
9 # -b : bootstrap using configured hostlist servers
10 # -e : enable learning advertised hostlists 
11 # -a : advertise hostlist to other servers  
12 OPTIONS = -b
13 SERVERS = http://v10.gnunet.org/hostlist
14 # http://ioerror.gnunet.org:65535/
15 # bind hostlist http server to a specific IPv4 or IPv6
16 # BINDTOIP =
17
18 # Hostname or IP of proxy server for downloading hostlists
19 # PROXY =
20
21 # User name for proxy server
22 # PROXY_USERNAME =
23 # User password for proxy server
24 # PROXY_PASSWORD =
25
26 # Type of proxy server, 
27 # Valid values: HTTP, HTTP_1_0, SOCKS4, SOCKS5, SOCKS4A, SOCKS5_HOSTNAME
28 # Default: HTTP
29 # PROXY_TYPE = HTTP