gnunet.templates 1.1 KB

1234567891011121314151617181920212223242526
  1. Template: gnunet-systempeer/autostart
  2. Type: boolean
  3. Default: false
  4. _Description: Should the GNUnet server be launched on boot?
  5. If you choose this option, a GNUnet peer will be launched each time
  6. the system is started. Otherwise, you will need to launch
  7. GNUnet each time you want to use it.
  8. Template: gnunet-dns/libnsswitch
  9. Type: boolean
  10. Default: false
  11. _Description: Should GNS be hooked into the system resolution process?
  12. If you choose this option, GNS will be hooked into the system
  13. resolution process. Records that can be resolved using GNS are
  14. resolved via GNS and will fall back to DNS when it is not resolvable
  15. using GNS. This requires to have the system GNUnet peer running and
  16. also having a peer running as your user.
  17. Template: gnunet-user/proxy
  18. Type: boolean
  19. Default: false
  20. _Description: Use the GNU Name System in Firefox/Chromium by default?"
  21. If you choose this option the proxy settings for Firefox and Chromium will be
  22. adjusted to use a user local running gnunet-gns-proxy to delegate DNS requests
  23. over. This allows for resolution of GNS names in the browser and validation for
  24. GNS hostnames.