123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- # Copyright (C) 2020 Maxime Devos
- # SPDX-License-Identifier: FSFAP
- # Copying and distribution of this file, with or without modification,
- # are permitted in any medium without royalty provided the copyright
- # notice and this notice are preserved. This file is offered as-is,
- # without any warranty.
- [PATHS]
- GNUNET_TEST_HOME = $GNUNET_TMP/test_rehash
- [rehash]
- IMMEDIATE_START = YES
- START_ON_DEMAND = YES
- BINARY = @rehash_binary@
- UNIXPATH = $GNUNET_RUNTIME_DIR/rehash-service.sock
- [dht]
- IMMEDIATE_START = YES
- START_ON_DEMAND = YES
- [arm]
- DEFAULTSERVICES = rehash dht datastore
- # don't try supporting connecting to external peers
- [nat]
- DISABLEV6 = YES
- BINDTO = 127.0.0.1
- ENABLE_UPNP = NO
- BEHIND_NAT = NO
- ALLOW_NAT = NO
- INTERNAL_ADDRESS = 127.0.0.1
- EXTERNAL_ADDRESS = 127.0.0.1
- START_ON_DEMAND = NO
- IMMEDIATE_START = NO
- [ats]
- WAN_QUOTA_IN = 1 GB
- WAN_QUOTA_OUT = 1 GB
- [transport]
- PLUGINS = unix
- [hostlist]
- IMMEDIATE_START = NO
- START_ON_DEMAND = NO
- BINARY = /bin/false
- [vpn]
- IMMEDIATE_START = NO
- START_ON_DEMAND = NO
- BINARY = /bin/false
|