Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 256838 Details for
Bug 338909
net-p2p/gnunet: new package
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Default config file for GNUnet SVN
gnunet-9999.conf (text/plain), 4.17 KB, created by
Vitaly Minko
on 2010-12-10 16:32:39 UTC
(
hide
)
Description:
Default config file for GNUnet SVN
Filename:
MIME Type:
Creator:
Vitaly Minko
Created:
2010-12-10 16:32:39 UTC
Size:
4.17 KB
patch
obsolete
>[PATHS] ># SERVICEHOME = ~/.gnunet/ >SERVICEHOME = /var/lib/gnunet/ >DEFAULTCONFIG = /etc/gnunet.conf ># If 'DEFAULTCONFIG' is not defined, the current ># configuration file is assumed to be the default, ># which is what we want by default... > >[gnunetd] >HOSTKEY = $SERVICEHOME/.hostkey > >[TESTING] >WEAKRANDOM = NO > >[client] >HOME = $SERVICEHOME > >[transport-tcp] >PORT = 2086 >TIMEOUT = 300000 ># MAXBUF = ># DISABLEV6 = ># BINDTO = ># ACCEPT_FROM = ># ACCEPT_FROM6 = ># REJECT_FROM = ># REJECT_FROM6 = > >[arm] >PORT = 2087 >HOSTNAME = localhost >HOME = $SERVICEHOME >CONFIG = $DEFAULTCONFIG >BINARY = gnunet-service-arm >ACCEPT_FROM = 127.0.0.1; >ACCEPT_FROM6 = ::1; >DEFAULTSERVICES = resolver transport core topology hostlist >UNIXPATH = /tmp/gnunet-service-arm.sock >GLOBAL_POSTFIX = -l /var/log/gnunet/{}.log ># GLOBAL_PREFIX = ># USERNAME = ># MAXBUF = ># TIMEOUT = ># DISABLEV6 = ># BINDTO = ># REJECT_FROM = ># REJECT_FROM6 = ># PREFIX = > >[statistics] >AUTOSTART = YES >PORT = 2088 >HOSTNAME = localhost >HOME = $SERVICEHOME >CONFIG = $DEFAULTCONFIG >BINARY = gnunet-service-statistics >ACCEPT_FROM = 127.0.0.1; >ACCEPT_FROM6 = ::1; >UNIXPATH = /tmp/gnunet-service-statistics.sock ># DISABLE_SOCKET_FORWARDING = NO ># USERNAME = ># MAXBUF = ># TIMEOUT = ># DISABLEV6 = ># BINDTO = ># REJECT_FROM = ># REJECT_FROM6 = ># PREFIX = > >[resolver] >AUTOSTART = YES >PORT = 2089 >HOSTNAME = localhost >HOME = $SERVICEHOME >CONFIG = $DEFAULTCONFIG >BINARY = gnunet-service-resolver >ACCEPT_FROM = 127.0.0.1; >ACCEPT_FROM6 = ::1; >UNIXPATH = /tmp/gnunet-service-resolver.sock ># DISABLE_SOCKET_FORWARDING = NO ># USERNAME = ># MAXBUF = ># TIMEOUT = ># DISABLEV6 = ># BINDTO = ># REJECT_FROM = ># REJECT_FROM6 = ># PREFIX = > >[peerinfo] >AUTOSTART = YES >PORT = 2090 >HOSTNAME = localhost >HOME = $SERVICEHOME >CONFIG = $DEFAULTCONFIG >BINARY = gnunet-service-peerinfo >ACCEPT_FROM = 127.0.0.1; >ACCEPT_FROM6 = ::1; >UNIXPATH = /tmp/gnunet-service-peerinfo.sock ># DISABLE_SOCKET_FORWARDING = NO ># USERNAME = ># MAXBUF = ># TIMEOUT = ># DISABLEV6 = ># BINDTO = ># REJECT_FROM = ># REJECT_FROM6 = ># PREFIX = >HOSTS = $SERVICEHOME/data/hosts/ >TRUST = $SERVICEHOME/data/credit/ > > >[transport] >AUTOSTART = YES >PORT = 2091 >HOSTNAME = localhost >HOME = $SERVICEHOME >CONFIG = $DEFAULTCONFIG >BINARY = gnunet-service-transport >NEIGHBOUR_LIMIT = 50 >ACCEPT_FROM = 127.0.0.1; >ACCEPT_FROM6 = ::1; >PLUGINS = tcp >UNIXPATH = /tmp/gnunet-service-transport.sock ># DISABLE_SOCKET_FORWARDING = NO ># USERNAME = ># MAXBUF = ># TIMEOUT = ># DISABLEV6 = ># BINDTO = ># REJECT_FROM = ># REJECT_FROM6 = ># PREFIX = > >[core] >AUTOSTART = YES >PORT = 2092 >HOSTNAME = localhost >HOME = $SERVICEHOME >CONFIG = $DEFAULTCONFIG >BINARY = gnunet-service-core >ACCEPT_FROM = 127.0.0.1; >ACCEPT_FROM6 = ::1; ># quotas are in bytes per second now! >TOTAL_QUOTA_IN = 65536 >TOTAL_QUOTA_OUT = 65536 >UNIXPATH = /tmp/gnunet-service-core.sock ># DISABLE_SOCKET_FORWARDING = NO ># DEBUG = YES ># USERNAME = ># MAXBUF = ># TIMEOUT = ># DISABLEV6 = ># BINDTO = ># REJECT_FROM = ># REJECT_FROM6 = ># PREFIX = > > >[topology] >MINIMUM-FRIENDS = 0 >FRIENDS-ONLY = NO >AUTOCONNECT = YES >TARGET-CONNECTION-COUNT = 16 >FRIENDS = $SERVICEHOME/friends >CONFIG = $DEFAULTCONFIG >BINARY = gnunet-daemon-topology > >[hostlist] ># port for hostlist http server >HTTPPORT = 8080 >HOME = $SERVICEHOME >HOSTLISTFILE = $SERVICEHOME/hostlist/learned.data >CONFIG = $DEFAULTCONFIG >BINARY = gnunet-daemon-hostlist ># consider having "-e" as default as well once implemented >OPTIONS = -b >SERVERS = http://v9.gnunet.org:58080/ ># proxy for downloading hostlists >HTTP-PROXY = > > >[datastore] >AUTOSTART = YES >UNIXPATH = /tmp/gnunet-service-datastore.sock >PORT = 2093 >HOSTNAME = localhost >HOME = $SERVICEHOME >CONFIG = $DEFAULTCONFIG >BINARY = gnunet-service-datastore >ACCEPT_FROM = 127.0.0.1; >ACCEPT_FROM6 = ::1; >QUOTA = 100000000 >BLOOMFILTER = $SERVICEHOME/fs/bloomfilter >DATABASE = sqlite ># DISABLE_SOCKET_FORWARDING = NO > >[datastore-sqlite] >FILENAME = $SERVICEHOME/datastore/sqlite.db > >[fs] >AUTOSTART = YES >INDEXDB = $SERVICEHOME/idxinfo.lst >IDENTITY_DIR = $SERVICEHOME/identities/ >STATE_DIR = $SERVICEHOME/persistence/ >PORT = 2094 >HOSTNAME = localhost >HOME = $SERVICEHOME >CONFIG = $DEFAULTCONFIG >BINARY = gnunet-service-fs >ACCEPT_FROM = 127.0.0.1; >ACCEPT_FROM6 = ::1; >ACTIVEMIGRATION = YES >UNIXPATH = /tmp/gnunet-service-fs.sock ># DISABLE_SOCKET_FORWARDING = NO ># DEBUG = YES >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 338909
:
248775
|
248776
|
248778
|
248779
|
248780
|
248782
|
248784
|
248786
|
256833
|
256834
|
256836
|
256838
|
258853
|
288043
|
288045
|
288047
|
288049
|
288601
|
289387
|
289389
|
289391
|
289393
|
298401
|
304143
|
304145
|
304147
|
304149
|
378212
|
381924
|
381926