From dfeb0ef9593308621524a9c12bd862f16c9e6cd8 Mon Sep 17 00:00:00 2001 From: orignal Date: Mon, 26 Aug 2019 20:09:07 -0400 Subject: [PATCH] Encrypted LeaseSet authType and keys --- docs/user-guide/tunnels.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/user-guide/tunnels.md b/docs/user-guide/tunnels.md index a93317b..fbee809 100644 --- a/docs/user-guide/tunnels.md +++ b/docs/user-guide/tunnels.md @@ -175,7 +175,9 @@ These I2CP parameter are common for all tunnel types and specify settings for a * i2cp.leaseSetType -- type of LeaseSet to be sent. 1, 3 or 5. 1 by default * i2cp.leaseSetEncType -- encryption type to be used in LeaseSet type 3. Identity's type by default * i2cp.leaseSetPrivKey -- decryption key for encrypted LeaseSet in base64. PSK or private DH - +* i2cp.leaseSetAuthType -- authentication type for encrypted LeaseSet. 0 - no authentication(default), 1 - DH, 2 - PSK +* i2cp.leaseSetClient.dh.nnn -- client name:client's public DH in base64, for authentication type 1, nnn is integer +* i2cp.leaseSetClient.psk.nnn -- client name:client's PSK in base64, for authentication type 2, nnn is integer Other examples --------------