From 38d7524feceddc574516638d71d0c4b6990e1aca Mon Sep 17 00:00:00 2001 From: orignal Date: Fri, 7 Feb 2025 22:24:12 -0500 Subject: [PATCH] Shared local destination params added --- docs/user-guide/configuration.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/user-guide/configuration.md b/docs/user-guide/configuration.md index 149c44f..1c87f52 100644 --- a/docs/user-guide/configuration.md +++ b/docs/user-guide/configuration.md @@ -255,6 +255,18 @@ exploratory.inbound.quantity | Exploratory inbound tunnels quantity. ( exploratory.outbound.length | Exploratory outbound tunnels length. (default: 2) exploratory.outbound.quantity | Exploratory outbound tunnels quantity. (default: 3) +### Shared local destination + +Option | Description +-------------------------------------- | -------------------------------------- +shareddest.inbound.length | Shared local destination inbound tunnels length. (default: 3) +shareddest.inbound.quantity | Shared local destination inbound tunnels quantity. (default: 3) +shareddest.outbound.length | Shared local destination outbound tunnels length. (default: 3) +shareddest.outbound.quantity | Shared local destination outbound tunnels quantity. (default: 3) +shareddest.i2cp.leaseSetType | Shared local destination's LeaseSet type. (default: 3) +shareddest.i2cp.leaseSetEncType | Shared local destination's LeaseSet encryption type. (default: 0,4) +shareddest.i2p.streaming.profile | Shared local destination bandwidth usage profile. (default: 2) + ### Time sync Option | Description