diff options
Diffstat (limited to 'src/vpn/test_gnunet_vpn.conf')
-rw-r--r-- | src/vpn/test_gnunet_vpn.conf | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/vpn/test_gnunet_vpn.conf b/src/vpn/test_gnunet_vpn.conf index 5aec0c5..bdac1a5 100644 --- a/src/vpn/test_gnunet_vpn.conf +++ b/src/vpn/test_gnunet_vpn.conf @@ -2,6 +2,8 @@ SERVICEHOME = /tmp/gnunet-test-vpn/ DEFAULTCONFIG = test_gnunet_vpn.conf +[transport] +PLUGINS = tcp [arm] DEFAULTSERVICES = statistics exit vpn @@ -19,7 +21,8 @@ EXIT_IFNAME = eth1 WEAKRANDOM = YES HOSTKEYSFILE = ../../contrib/testing_hostkeys.dat - +[nse] +WORKBITS = 1 # repeating some values from the default configurations # here as the respective network addresses are also @@ -35,3 +38,6 @@ IPV6ADDR = FC5A:04E1:C2BA::1 IPV6PREFIX = 96 IPV4ADDR = 169.254.86.1 IPV4MASK = 255.255.255.0 + +[gns] +AUTOSTART = NO |