aboutsummaryrefslogtreecommitdiff
path: root/src/pt/test_gns_vpn.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-05-25 20:59:29 +0000
committerChristian Grothoff <christian@grothoff.org>2015-05-25 20:59:29 +0000
commita1aee7611781a9991c31dbaa36d38c95ad5d5300 (patch)
tree76fa1711815f47f559fbdf02fffb9c5792837d26 /src/pt/test_gns_vpn.conf
parent33a7282c26b14f838ad6f1016b90b710cec5f93f (diff)
downloadgnunet-a1aee7611781a9991c31dbaa36d38c95ad5d5300.tar.gz
gnunet-a1aee7611781a9991c31dbaa36d38c95ad5d5300.zip
-comments, doxygen, indentation, style fixes, working on test_gns_vpn
Diffstat (limited to 'src/pt/test_gns_vpn.conf')
-rw-r--r--src/pt/test_gns_vpn.conf11
1 files changed, 9 insertions, 2 deletions
diff --git a/src/pt/test_gns_vpn.conf b/src/pt/test_gns_vpn.conf
index b0ed23176..78dbdc700 100644
--- a/src/pt/test_gns_vpn.conf
+++ b/src/pt/test_gns_vpn.conf
@@ -7,6 +7,8 @@ PLUGINS = tcp
7[arm] 7[arm]
8PORT = 0 8PORT = 0
9ALLOW_SHUTDOWN = YES 9ALLOW_SHUTDOWN = YES
10SYSTEM_ONLY = NO
11USER_ONLY = NO
10 12
11[exit] 13[exit]
12FORCESTART = YES 14FORCESTART = YES
@@ -23,6 +25,11 @@ EXIT_IFNAME = eth1
23 25
24[dns] 26[dns]
25DNS_EXIT = 8.8.8.8 27DNS_EXIT = 8.8.8.8
28FORCESTART = YES
29
30[identity]
31AUTOSTART = YES
32FORCESTART = YES
26 33
27[hostlist] 34[hostlist]
28AUTOSTART = NO 35AUTOSTART = NO
@@ -46,8 +53,8 @@ TTL = 3600000
46 53
47[gns] 54[gns]
48AUTOSTART = YES 55AUTOSTART = YES
49ZONEKEY = $GNUNET_TEST_HOME/.hostkey 56ZONEKEY = $GNUNET_TEST_HOME/.zonekey
50HIJACK_DNS = YES 57DNS_ROOT = FIXME
51 58
52[namestore] 59[namestore]
53AUTOSTART = YES 60AUTOSTART = YES