2 SERVICEHOME = ~/.gnunet/
3 # SERVICEHOME = /var/lib/gnunet/
4 # DEFAULTCONFIG = /etc/gnunet.conf
5 # If 'DEFAULTCONFIG' is not defined, the current
6 # configuration file is assumed to be the default,
7 # which is what we want by default...
10 HOSTKEY = $SERVICEHOME/.hostkey
19 # Use 0 to ONLY advertise as a peer behind NAT (no port binding)
21 ADVERTISED_PORT = 2086
26 # Is the NAT hole-punched?
27 #NEW: PUNCHED_NAT = NO
29 # External IP address of the NAT box (if known); IPv4 dotted-decimal ONLY at this time (should allow DynDNS!)
30 # normal interface IP address for non-NATed peers;
31 # possibly auto-detected (using UPnP) if possible if not specified
34 # Should we use ICMP-based NAT traversal to try connect to NATed peers
35 # or, if we are behind NAT, to allow connections to us?
37 #NEW: ENABLE_ICMP_CLIENT = YES
38 #NEW: ENABLE_ICMP_SERVER = YES
40 # Are we allowed to try UPnP/PMP?
43 # IP address of the interface connected to the NAT box; IPv4 dotted-decimal ONLY;
44 # normal interface IP address for non-NATed peers;
45 # likely auto-detected (via interface list) if not specified (!)
48 # Only bind to a specific IP address; if both are given, this should be idential to INTERNAL_ADDRESS
49 # (but use different: this one restricts our bind!)
54 # Disable IPv6 support
66 # ONLY_NAT_ADDRESSES =
80 CONFIG = $DEFAULTCONFIG
81 BINARY = gnunet-service-arm
82 ACCEPT_FROM = 127.0.0.1;
84 DEFAULTSERVICES = topology hostlist
85 UNIXPATH = /tmp/gnunet-service-arm.sock
86 # GLOBAL_POSTFIX = -l $SERVICEHOME/{}-logs
102 CONFIG = $DEFAULTCONFIG
103 BINARY = gnunet-service-statistics
104 ACCEPT_FROM = 127.0.0.1;
106 UNIXPATH = /tmp/gnunet-service-statistics.sock
107 # DISABLE_SOCKET_FORWARDING = NO
122 CONFIG = $DEFAULTCONFIG
123 BINARY = gnunet-service-resolver
124 ACCEPT_FROM = 127.0.0.1;
126 UNIXPATH = /tmp/gnunet-service-resolver.sock
127 # DISABLE_SOCKET_FORWARDING = NO
142 CONFIG = $DEFAULTCONFIG
143 BINARY = gnunet-service-peerinfo
144 ACCEPT_FROM = 127.0.0.1;
146 UNIXPATH = /tmp/gnunet-service-peerinfo.sock
147 # DISABLE_SOCKET_FORWARDING = NO
156 HOSTS = $SERVICEHOME/data/hosts/
164 CONFIG = $DEFAULTCONFIG
165 BINARY = gnunet-service-transport
167 ACCEPT_FROM = 127.0.0.1;
170 UNIXPATH = /tmp/gnunet-service-transport.sock
171 # DISABLE_SOCKET_FORWARDING = NO
186 CONFIG = $DEFAULTCONFIG
187 BINARY = gnunet-service-core
188 ACCEPT_FROM = 127.0.0.1;
190 # quotas are in bytes per second now!
191 TOTAL_QUOTA_IN = 65536
192 TOTAL_QUOTA_OUT = 65536
193 UNIXPATH = /tmp/gnunet-service-core.sock
194 # DISABLE_SOCKET_FORWARDING = NO
210 TARGET-CONNECTION-COUNT = 16
211 FRIENDS = $SERVICEHOME/friends
212 CONFIG = $DEFAULTCONFIG
213 BINARY = gnunet-daemon-topology
216 # port for hostlist http server
219 HOSTLISTFILE = $SERVICEHOME/hostlist/learned.data
220 CONFIG = $DEFAULTCONFIG
221 BINARY = gnunet-daemon-hostlist
222 # consider having "-e" as default as well once implemented
224 SERVERS = http://v9.gnunet.org:58080/
225 # proxy for downloading hostlists
231 UNIXPATH = /tmp/gnunet-service-datastore.sock
235 CONFIG = $DEFAULTCONFIG
236 BINARY = gnunet-service-datastore
237 ACCEPT_FROM = 127.0.0.1;
240 BLOOMFILTER = $SERVICEHOME/fs/bloomfilter
242 # DISABLE_SOCKET_FORWARDING = NO
245 FILENAME = $SERVICEHOME/datastore/sqlite.db
248 CONFIG = connect_timeout=10; dbname=gnunet
259 DATABASE = gnunetcheck
269 INDEXDB = $SERVICEHOME/idxinfo.lst
270 TRUST = $SERVICEHOME/data/credit/
271 IDENTITY_DIR = $SERVICEHOME/identities/
272 STATE_DIR = $SERVICEHOME/persistence/
273 UPDATE_DIR = $SERVICEHOME/updates/
277 CONFIG = $DEFAULTCONFIG
278 BINARY = gnunet-service-fs
279 ACCEPT_FROM = 127.0.0.1;
282 ACTIVEMIGRATION = YES
283 # NEW: CONTENT_CACHING = YES
284 # NEW: CONTENT_PUSHING = YES
286 UNIXPATH = /tmp/gnunet-service-fs.sock
287 # DISABLE_SOCKET_FORWARDING = NO
289 MAX_PENDING_REQUESTS = 65536
290 MIN_MIGRATION_DELAY = 1000
291 EXPECTED_NEIGHBOUR_COUNT = 128
298 CONFIG = $DEFAULTCONFIG
299 BINARY = gnunet-service-dht
300 ACCEPT_FROM = 127.0.0.1;
302 UNIXPATH = /tmp/gnunet-service-dht.sock
303 # DISABLE_SOCKET_FORWARDING = NO
318 # REPLICATION_FREQUENCY = 60
321 # CONVERGE_MODIFIER =