From 31d2d411c8c9627a1d3291d1d07da96db77e0674 Mon Sep 17 00:00:00 2001 From: orignal Date: Thu, 29 May 2025 06:28:52 -0400 Subject: [PATCH] correct layout for BOB extensions --- docs/devs/i2pd-specifics.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/docs/devs/i2pd-specifics.md b/docs/devs/i2pd-specifics.md index a78cd74..49971ad 100644 --- a/docs/devs/i2pd-specifics.md +++ b/docs/devs/i2pd-specifics.md @@ -15,10 +15,5 @@ new values for `SIGNATURE_TYPE`: `i2p.router.net.total.sent.bytes` returns total sent bytes since last restart # BOB Unlike Java-I2P, i2pd keep supporting BOB with the following extensions: -- newkeys -- signaturetype -- cryptotype. - -DSA and ElGamal by default. - -lookuplocal - looks for LeaseSet with specified address in router's netdb +- newkeys signaturetype cryptotype (DSA for signature and ElGamal for crypto by default) +- lookuplocal - looks for LeaseSet with specified address in router's netdb