diff options
Diffstat (limited to 'src/integration-tests/confs/c_nat_client.conf')
-rw-r--r-- | src/integration-tests/confs/c_nat_client.conf | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/src/integration-tests/confs/c_nat_client.conf b/src/integration-tests/confs/c_nat_client.conf index 59fa0f7..4f6c578 100644 --- a/src/integration-tests/confs/c_nat_client.conf +++ b/src/integration-tests/confs/c_nat_client.conf @@ -8,6 +8,12 @@ HOSTKEY = hostkeys/0002-hostkey [client] HOME = $SERVICEHOME +[gns] +AUTOSTART = NO + +[namestore] +AUTOSTART = NO + [vpn] AUTOSTART = YES PORT = 0 @@ -351,4 +357,7 @@ UNIX_MATCH_GID = YES [dhtcache] DATABASE = sqlite -QUOTA = 1 MB
\ No newline at end of file +QUOTA = 1 MB + +[lockmanager] +AUTOSTART = NO
\ No newline at end of file |