gns.conf.in 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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 = 000G001MF6DVMZZ4Y8XRZQDXM1PB3D3VGEK29ZHXBA57EPSNW1QBPKT8J0
  23. [gns-proxy]
  24. BINARY = gnunet-gns-proxy
  25. START_ON_DEMAND = NO
  26. RUN_PER_USER = YES
  27. BIND_TO=127.0.0.1
  28. BIND_TO6=::1
  29. # Where is the certificate for the GNS proxy stored?
  30. PROXY_CACERT = $GNUNET_DATA_HOME/gns/gns_ca_cert.pem
  31. PROXY_UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-gns-proxy.sock
  32. [dns2gns]
  33. BINARY = gnunet-dns2gns
  34. START_ON_DEMAND = NO
  35. RUN_PER_USER = YES
  36. BIND_TO=127.0.0.1
  37. BIND_TO6=::1
  38. # -d: DNS resolver to use, -s: suffix to use, -f: fcfs suffix to use
  39. OPTIONS = -d 8.8.8.8