From 4a912e581864d9c476717693d89e28135ad534a5 Mon Sep 17 00:00:00 2001 From: orignal Date: Mon, 13 May 2019 13:20:20 -0400 Subject: [PATCH] initial text --- Publish-encrypted-LeaseSet.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Publish-encrypted-LeaseSet.md diff --git a/Publish-encrypted-LeaseSet.md b/Publish-encrypted-LeaseSet.md new file mode 100644 index 0000000..1539927 --- /dev/null +++ b/Publish-encrypted-LeaseSet.md @@ -0,0 +1,16 @@ +Encrypted LeaseSets are applicable for server tunnels only. 'server', 'http' and 'irc' types. +Signature type must be RedDSA (signaturetype=11). +Tunnel must contain parameter i2cp.leaseSetType=5. +Once tunnels is started it will publish itself as encrypted LeaseSet2. +Example: +> [encrypted] +> type=http +> host=127.0.0.1 +> port=80 +> inport=80 +> gzip=false +> signaturetype=11 +> keys=encrypted.dat +> i2cp.leaseSetType=5 + +In order to obtain b33 address, b33address tool from i2pd-tools must be used. It takes full base64 address from stdin and prints b33 address to stdout. \ No newline at end of file