template.conf 581 B

1234567891011121314151617181920212223
  1. [template]
  2. START_ON_DEMAND = NO
  3. # for tests please come up with numbers that are
  4. # unlikely to be in use by anyone. we typically
  5. # use five digit numbers < 65536 with no "beauty"
  6. # (no repetitions, no sequences, no popularity).
  7. PORT = 99999
  8. HOSTNAME = localhost
  9. BINARY = gnunet-service-template
  10. ACCEPT_FROM = 127.0.0.1;
  11. ACCEPT_FROM6 = ::1;
  12. UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-template.sock
  13. UNIX_MATCH_UID = YES
  14. UNIX_MATCH_GID = YES
  15. # DISABLE_SOCKET_FORWARDING = NO
  16. # USERNAME =
  17. # MAXBUF =
  18. # TIMEOUT =
  19. # DISABLEV6 =
  20. # BINDTO =
  21. # REJECT_FROM =
  22. # REJECT_FROM6 =
  23. # PREFIX =