gns.conf.in 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. [gns]
  2. AUTOSTART = @AUTOSTART@
  3. HOSTNAME = localhost
  4. BINARY = gnunet-service-gns
  5. UNIXPATH = $GNUNET_USER_RUNTIME_DIR/gnunet-service-gns.sock
  6. @JAVAPORT@PORT = 2102
  7. USER_SERVICE = YES
  8. # Do we require users that want to access GNS to run this process
  9. # (usually not a good idea)
  10. UNIX_MATCH_UID = NO
  11. # Do we require users that want to access GNS to be in the 'gnunet' group?
  12. UNIX_MATCH_GID = YES
  13. # How many queries is GNS allowed to perform in the background at the same time?
  14. MAX_PARALLEL_BACKGROUND_QUERIES = 1000
  15. # How frequently do we try to publish our full zone?
  16. ZONE_PUBLISH_TIME_WINDOW = 4 h
  17. # Using caching or always ask DHT
  18. # USE_CACHE = YES
  19. # PREFIX = valgrind --leak-check=full --track-origins=yes
  20. [gns-proxy]
  21. BINARY = gnunet-gns-proxy
  22. AUTOSTART = NO
  23. USER_SERVICE = YES
  24. # Where is the certificate for the GNS proxy stored?
  25. PROXY_CACERT = $GNUNET_DATA_HOME/gns/gns_ca_cert.pem
  26. PROXY_UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-gns-proxy.sock
  27. [dns2gns]
  28. BINARY = gnunet-dns2gns
  29. AUTOSTART = NO
  30. USER_SERVICE = YES
  31. # -d: DNS resolver to use, -s: suffix to use, -f: fcfs suffix to use
  32. OPTIONS = -d 8.8.8.8