diff options
author | psyc://loupsycedyglgamf.onion/~lynX <ircs://psyced.org/youbroketheinternet> | 2018-06-23 13:30:04 +0000 |
---|---|---|
committer | psyc://loupsycedyglgamf.onion/~lynX <ircs://psyced.org/youbroketheinternet> | 1984-04-04 00:44:04 +0000 |
commit | c293f84ea192f361baf720a3979589c0e0881abc (patch) | |
tree | b936a8a074e0b4c4516746cf9ffb2ef77f6ed313 /src/pt | |
parent | 8d43f2cb9c49e814544fcaa115c4b08bbac297c3 (diff) |
AUTOSTART renamed into START_ON_DEMAND (#4547a)
Diffstat (limited to 'src/pt')
-rw-r--r-- | src/pt/test_gns_vpn.conf | 10 | ||||
-rw-r--r-- | src/pt/test_gnunet_vpn.conf | 6 |
2 files changed, 8 insertions, 8 deletions
diff --git a/src/pt/test_gns_vpn.conf b/src/pt/test_gns_vpn.conf index 7447322d4..4fd4d8b8a 100644 --- a/src/pt/test_gns_vpn.conf +++ b/src/pt/test_gns_vpn.conf @@ -28,15 +28,15 @@ DNS_EXIT = 8.8.8.8 FORCESTART = YES [identity] -AUTOSTART = YES +START_ON_DEMAND = YES FORCESTART = YES [hostlist] -AUTOSTART = NO +START_ON_DEMAND = NO FORCESTART = NO [zonemaster] -AUTOSTART = YES +START_ON_DEMAND = YES FORCESTART = YES #[vpn] @@ -61,7 +61,7 @@ TCP_REDIRECTS = 80:localhost4:8080 TTL = 3600000 [gns] -AUTOSTART = YES +START_ON_DEMAND = YES ZONEKEY = $GNUNET_TEST_HOME/.zonekey # Delays starting of GNS, as we need to first @@ -69,7 +69,7 @@ ZONEKEY = $GNUNET_TEST_HOME/.zonekey FORCESTART = NO [namestore] -AUTOSTART = YES +START_ON_DEMAND = YES [nat] USE_LOCALADDR = YES diff --git a/src/pt/test_gnunet_vpn.conf b/src/pt/test_gnunet_vpn.conf index c22cd3409..dfe553784 100644 --- a/src/pt/test_gnunet_vpn.conf +++ b/src/pt/test_gnunet_vpn.conf @@ -21,7 +21,7 @@ IPV4MASK = 255.255.255.0 EXIT_IFNAME = eth1 [hostlist] -AUTOSTART = NO +START_ON_DEMAND = NO FORCESTART = NO [nse] @@ -38,11 +38,11 @@ IPV4MASK = 255.255.255.0 [gns] -AUTOSTART = NO +START_ON_DEMAND = NO [nat] USE_LOCALADDR = YES RETURN_LOCAL_ADDRESSES = YES [consensus] -AUTOSTART = NO +START_ON_DEMAND = NO |