mirror of
https://github.com/PurpleI2P/regi2p.git
synced 2025-02-11 11:44:14 +00:00
[config] use new encryption type by default
Signed-off-by: r4sas <r4sas@i2pmail.org>
This commit is contained in:
parent
932fca796f
commit
080d8529e5
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user