From 080d8529e5e8a729fb5e883c3a0e880ca5662468 Mon Sep 17 00:00:00 2001 From: r4sas Date: Tue, 2 May 2023 18:16:10 +0000 Subject: [PATCH] [config] use new encryption type by default Signed-off-by: r4sas --- config.php.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.php.dist b/config.php.dist index a88a19b..3942e09 100644 --- a/config.php.dist +++ b/config.php.dist @@ -14,7 +14,7 @@ $options = [ /* I2P settings */ 'bob_host' => '127.0.0.1', 'bob_port' => '2827', - 'bob_options' => 'inbound.quantity=3 outbound.quantity=3 inbound.length=1 outbound.length=1 i2cp.leaseSetType=3 i2cp.dontPublishLeaseSet=true', + 'bob_options' => 'inbound.quantity=3 outbound.quantity=3 inbound.length=1 outbound.length=1 i2cp.leaseSetType=3 i2cp.leaseSetEncType=4 i2cp.dontPublishLeaseSet=true', 'bob_nick' => 'hostchecker', 'check_tries' => 2, // lookup tries 'retry_delay' => 3, // delay in seconds between tries