aboutsummaryrefslogtreecommitdiff
path: root/src/testing/test_testing_defaults.conf
blob: ec0334c053a6468fa46c3b48c58aa1047fd3a124 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[PATHS]
GNUNET_TEST_HOME = /tmp/test-gnunet-testing/

[transport]
PLUGINS = tcp

[transport-tcp]
TESTING_IGNORE_KEYS = SOMETHING;KEY1;ACCEPT_FROM;

[transport-tcp]
BINDTO = 127.0.0.1

[nat]
DISABLEV6 = YES
ENABLE_UPNP = NO
BEHIND_NAT = NO
ALLOW_NAT = NO
INTERNAL_ADDRESS = 127.0.0.1
EXTERNAL_ADDRESS = 127.0.0.1
USE_LOCALADDR = NO