# This is the USER configuration for your GNUnet node. Copy this file to # "~/.gnunet/gnunet.conf". # For any other location, you must tell every GNUnet application # that you start where this file is. (option -c FILENAME). # # ################################################# # # This line gives the directory where GNUnet is putting # user-specific files (such as pseudonyms). Typically, # GNUnet should not put more than a few of MB there. # # Default is GNUNET_HOME = ~/.gnunet GNUNET_HOME = ~/.gnunet ############################################### # General client options... ############################################### [GNUNET] # Loglevel. What kinds of (debug) output should be printed? You can # use NOTHING, FATAL, ERROR, FAILURE, WARNING, MESSAGE, INFO, DEBUG, # CRON or EVERYTHING (which print more and more messages in this order). # Default is WARNING which is usually enough to let you know if there # is any problems. LOGLEVEL = WARNING # Where to write the messages? Leave the entry unspecified (as # default) to make the clients print their messages to stderr. # Default is unspecified (stderr). #LOGFILE = $GNUNET_HOME/logs ############################################### # Network options for the clients... ############################################### [NETWORK] # Port to use to talk to gnunetd, default is 2087 PORT = 2087 # On which machine runs gnunetd (for clients) This is equivalent to # the -H option. Default is localhost. HOST = localhost ################################################ # Options for anonymous filesharing (AFS). ################################################ [AFS] # How long should gnunet-search try to get an answer to a query before # timing out (in seconds). Default is "3000", which should be enough # for pretty much anything. Use 0 for no timeout. SEARCHTIMEOUT = 3000 # Specify which additional extractor libraries should be used. # gnunet-insert uses libextractor to extract keywords from files. # libextractor can be dynamically extended to handle additional file # formats. If you want to use more than the default set of extractors, # specify additional extractor libraries here. The format is # [[-]LIBRARYNAME[:[-]LIBRARYNAME]*] The default is to use filenames # and to break larger words at spaces (and underscores, etc.). This # should be just fine for most people. The - before a library name # indicates that this should be executed last and makes only sense for # the split-library. # Default is libextractor_filename:-libextractor_split:-libextractor_lower EXTRACTORS = libextractor_filename:-libextractor_split:-libextractor_lower # Where to download files to (by default)? # Default is /tmp/gnunet-downloads/ DOWNLOADDIR = /tmp/gnunet-downloads/ # This option allows enabling/disabling of the code that collects # file-identifiers for building directories. Note that you can # build directories of files that you insert without collecting # file-identifiers by using the option "-b" of gnunet-insert. # You cannot add entries from namespaces to directories without # at least temporarily collecting file-identifiers. # Default is NO COLLECT-FILE-IDENTIFIERS = NO ################################################# # Default options for the gnunet-insert tool ################################################# [GNUNET-INSERT] # What is the initial priority of content that is locally inserted? # Default is 65535 which is "very high". CONTENT-PRIORITY = 65535 ################################################# # Default options for gnunet-gtk ################################################# [GNUNET-GTK] # Path to the gnunet.conf file for gnunetd (for # forking gnunetd by gnunet-gtk) GNUNETD-CONFIG = /etc/gnunet.conf ########################################## # Defaults for gnunet-chat ########################################## [GNUNET-CHAT] # You can specify your nickname here and thus avoid having to pass it # with -n NICK at the command-line. The default is empty. # # NICK = "my nickname" ########################################## # Defaults for gnunet-tracekit ########################################## [GNUNET-TRACEKIT] # How long to wait for replies (in seconds)? (default: 30) WAIT = 30 # How many hops should the trace go? (default: 5) HOPS = 5 # How important is the trace message? (default: 1000) PRIORITY = 1000 # Output format, 0 is human readable, 1 is dot, # 2 is vcg (default: 2) FORMAT = 2 [GNUNET-TESTBED] # Port used internally by gnunet-testbed # (for the IPC in the gnunet-testbed shell). # The default is 2089. PORT = 2089 # At which URL does the registration software # run? # Default is http://ovmj.org/GNUnet/testbed/ REGISTERURL = "http://ovmj.org/GNUnet/testbed/"