diff options
Diffstat (limited to 'src/peerinfo-tool/test_gnunet_peerinfo_data.conf')
-rw-r--r-- | src/peerinfo-tool/test_gnunet_peerinfo_data.conf | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/src/peerinfo-tool/test_gnunet_peerinfo_data.conf b/src/peerinfo-tool/test_gnunet_peerinfo_data.conf new file mode 100644 index 0000000..90da74f --- /dev/null +++ b/src/peerinfo-tool/test_gnunet_peerinfo_data.conf @@ -0,0 +1,32 @@ +[PATHS] +SERVICEHOME = /tmp/gnunet-test-peerinfo/ + +[peerinfo] +PORT = 24354 + +[resolver] +PORT = 24355 + +[arm] +DEFAULTSERVICES = + +[testing] +WEAKRANDOM = YES + +[transport] +plugins = tcp +PORT = 24356 + +[transport-tcp] +PORT = 24357 + +[dns] +AUTOSTART = NO + +[mesh] +AUTOSTART = NO + +[nse] +AUTOSTART = NO + + |