gns.conf.in 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. [gns]
  2. START_ON_DEMAND = @START_ON_DEMAND@
  3. IMMEDIATE_START = YES
  4. HOSTNAME = localhost
  5. BINARY = gnunet-service-gns
  6. UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-gns.sock
  7. @JAVAPORT@PORT = 2102
  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. # Should we use the DNS interception mechanism? If set to YES
  16. # we will ask gnunet-service-dns to pass DNS queries to us. Otherwise,
  17. # we only answer GNS queries via the API (which itself may be
  18. # called via NSS or other mechanisms).
  19. INTERCEPT_DNS = NO
  20. # PREFIX = valgrind --leak-check=full --track-origins=yes
  21. # Zones
  22. .pin = DWJASSPE33MRN8T6Q0PENRNBTQY0E6ZYGTRCDP5DGPBF2CRJMJEG
  23. #.fr = TFDAXBXMAN40MCG4E8Y9Y1C6D16JCMDPH2VMD30KMB92SECEMYGG
  24. [gns-proxy]
  25. BINARY = gnunet-gns-proxy
  26. START_ON_DEMAND = NO
  27. RUN_PER_USER = YES
  28. BIND_TO=127.0.0.1
  29. BIND_TO6=::1
  30. # Where is the certificate for the GNS proxy stored?
  31. PROXY_CACERT = $GNUNET_DATA_HOME/gns/gns_ca_cert.pem
  32. PROXY_UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-gns-proxy.sock
  33. [dns2gns]
  34. BINARY = gnunet-dns2gns
  35. START_ON_DEMAND = NO
  36. RUN_PER_USER = YES
  37. BIND_TO=127.0.0.1
  38. BIND_TO6=::1
  39. # -d: DNS resolver to use, -s: suffix to use, -f: fcfs suffix to use
  40. OPTIONS = -d 8.8.8.8