hostlist.conf 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. [hostlist]
  2. BINARY = gnunet-daemon-hostlist
  3. # port for hostlist http server
  4. HTTPPORT = 8080
  5. # External DNS name other peers should use to access this hostlist
  6. # EXTERNAL_DNS_NAME =
  7. # Where do we store URLs of other hostlists we have learned?
  8. HOSTLISTFILE = $GNUNET_CONFIG_HOME/hostlist/learned.txt
  9. # Options:
  10. # -p : provide a hostlist as a hostlist servers
  11. # -b : bootstrap using configured hostlist servers
  12. # -e : enable learning advertised hostlists
  13. # -a : advertise hostlist to other servers
  14. OPTIONS = -b
  15. # Default list of hostlist servers for bootstrapping
  16. SERVERS = http://v10.gnunet.org/hostlist https://gnunet.io/hostlist
  17. # http://silent.0xdeadc0de.eu:8080/
  18. # bind hostlist http server to a specific IPv4
  19. # BINDTOIPV4 =
  20. # bind hostlist http server to a specific IPv6
  21. # BINDTOIPV6 =
  22. # Hostname or IP of proxy server for downloading hostlists
  23. # PROXY =
  24. # User name for proxy server
  25. # PROXY_USERNAME =
  26. # User password for proxy server
  27. # PROXY_PASSWORD =
  28. # Type of proxy server,
  29. # Valid values: HTTP, HTTP_1_0, SOCKS4, SOCKS5, SOCKS4A, SOCKS5_HOSTNAME
  30. # Default: HTTP
  31. # PROXY_TYPE = HTTP